diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..f3d943a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '[BUG] ' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..0f540bf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '[FEATURE] ' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/join_request.md b/.github/ISSUE_TEMPLATE/join_request.md new file mode 100644 index 0000000..e84d8ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/join_request.md @@ -0,0 +1,32 @@ +--- +name: Join Request +about: Request to join the Developers Global community +title: '[JOIN] Your Name' +labels: join-request +assignees: '' + +--- + +**Name** +Your full name + +**GitHub Username** +@your-username + +**Location** +Your city, country + +**Skills** +List your technical skills (e.g., Python, JavaScript, React, etc.) + +**Interests** +What areas of development interest you? + +**Why do you want to join?** +Tell us why you want to be part of Developers Global. + +**Links** +- Portfolio/Website: +- LinkedIn: +- Twitter/X: +- Other: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..a4900a0 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +# Pull Request + +## Description +Please include a summary of the changes and the related issue. + +## Type of change +- [ ] Adding new member profile +- [ ] Documentation update +- [ ] Bug fix +- [ ] New feature +- [ ] Other (please describe) + +## Checklist +- [ ] I have read the [CONTRIBUTING.md](../CONTRIBUTING.md) guide +- [ ] I have followed the code of conduct +- [ ] My profile follows the template format (if adding member profile) +- [ ] I have checked for typos and formatting issues diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..3406162 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,41 @@ +# Code of Conduct + +## Our Pledge + +We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. + +We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. + +## Our Standards + +Examples of behavior that contributes to a positive environment for our community include: + +* Demonstrating empathy and kindness toward other people +* Being respectful of differing opinions, viewpoints, and experiences +* Giving and gracefully accepting constructive feedback +* Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience +* Focusing on what is best not just for us as individuals, but for the overall community + +Examples of unacceptable behavior include: + +* The use of sexualized language or imagery, and sexual attention or advances of any kind +* Trolling, insulting or derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or email address, without their explicit permission +* Other conduct which could reasonably be considered inappropriate in a professional setting + +## Enforcement Responsibilities + +Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement. All complaints will be reviewed and investigated promptly and fairly. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org/), version 2.0. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..fcac39b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,40 @@ +# Contributing to Developers Global + +Thank you for your interest in contributing to Developers Global! This document provides guidelines for contributing to this project. + +## How to Join + +To join the Developers Global community: + +1. Fork this repository +2. Add your profile in the `members` directory +3. Submit a pull request +4. Wait for review and approval + +## Adding Your Profile + +1. Create a new markdown file in the `members` directory with your GitHub username as the filename: `members/your-username.md` +2. Use the following template: + +```markdown +# Your Name + +- **Location:** Your City, Country +- **GitHub:** [@your-username](https://github.com/your-username) +- **Skills:** List your skills (e.g., Python, JavaScript, React, etc.) +- **Interests:** Your areas of interest +- **Bio:** A brief description about yourself + +## Connect with me +- Twitter/X: @your-handle +- LinkedIn: your-profile +- Website: your-website.com +``` + +## Code of Conduct + +Please read and follow our [Code of Conduct](CODE_OF_CONDUCT.md). + +## Questions? + +Feel free to open an issue if you have any questions! diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..4e7f1de --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 Developers Global + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index befc235..da471a3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,50 @@ -# join-developers-global -Join Developers Global the global community for developers !!! +# Join Developers Global 🌍 + +Welcome to **Developers Global** - A global community for developers! + +## About + +Developers Global is an open community that brings together developers from around the world. Whether you're a beginner or an experienced developer, everyone is welcome to join and be part of this growing community. + +## 🚀 How to Join + +1. Read our [Code of Conduct](CODE_OF_CONDUCT.md) +2. Check out the [Contributing Guidelines](CONTRIBUTING.md) +3. Add your profile in the [members](members/) directory +4. Submit a pull request + +## 📁 Repository Structure + +``` +. +├── .github/ # GitHub templates and workflows +│ ├── ISSUE_TEMPLATE/ # Issue templates +│ └── workflows/ # GitHub Actions workflows +├── docs/ # Documentation +├── members/ # Community member profiles +├── CODE_OF_CONDUCT.md # Community guidelines +├── CONTRIBUTING.md # How to contribute +├── LICENSE # MIT License +└── README.md # This file +``` + +## 🤝 Contributing + +We welcome contributions! Please read our [Contributing Guidelines](CONTRIBUTING.md) to get started. + +## 📖 Documentation + +For more information, check out our [documentation](docs/). + +## 📜 License + +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. + +## 🌟 Community + +Join us and connect with developers worldwide! + +- Share knowledge +- Learn new skills +- Collaborate on projects +- Make new connections diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..09164ba --- /dev/null +++ b/docs/README.md @@ -0,0 +1,48 @@ +# Documentation + +Welcome to the Developers Global documentation! + +## Contents + +- [Getting Started](#getting-started) +- [How to Join](#how-to-join) +- [Community Guidelines](#community-guidelines) +- [FAQ](#faq) + +## Getting Started + +Developers Global is a global community of developers from around the world. We welcome developers of all skill levels and backgrounds. + +## How to Join + +To join our community: + +1. Read our [Code of Conduct](../CODE_OF_CONDUCT.md) +2. Review the [Contributing Guidelines](../CONTRIBUTING.md) +3. Add your profile to the `members` directory +4. Submit a pull request + +## Community Guidelines + +- Be respectful and inclusive +- Help and support fellow developers +- Share knowledge and learn from others +- Follow our code of conduct + +## FAQ + +### Who can join? +Anyone interested in development and technology is welcome to join! + +### Is there a fee? +No, joining Developers Global is completely free. + +### How do I add my profile? +Follow the instructions in the [CONTRIBUTING.md](../CONTRIBUTING.md) file. + +### How can I contribute? +You can contribute by: +- Adding your profile +- Helping improve documentation +- Participating in discussions +- Sharing resources and knowledge diff --git a/members/.gitkeep b/members/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/members/README.md b/members/README.md new file mode 100644 index 0000000..3b7038a --- /dev/null +++ b/members/README.md @@ -0,0 +1,30 @@ +# Community Members + +Welcome to the Developers Global community members directory! + +## How to Add Your Profile + +1. Create a new file in this directory named `your-github-username.md` +2. Use the template from [CONTRIBUTING.md](../CONTRIBUTING.md) +3. Submit a pull request + +## Profile Template + +```markdown +# Your Name + +- **Location:** Your City, Country +- **GitHub:** [@your-username](https://github.com/your-username) +- **Skills:** List your skills (e.g., Python, JavaScript, React, etc.) +- **Interests:** Your areas of interest +- **Bio:** A brief description about yourself + +## Connect with me +- Twitter/X: @your-handle +- LinkedIn: your-profile +- Website: your-website.com +``` + +## Members List + +