Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/join_request.md
Original file line number Diff line number Diff line change
@@ -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:
17 changes: 17 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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
41 changes: 41 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -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.
40 changes: 40 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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!
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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.
52 changes: 50 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
48 changes: 48 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -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
Empty file added members/.gitkeep
Empty file.
30 changes: 30 additions & 0 deletions members/README.md
Original file line number Diff line number Diff line change
@@ -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

<!-- Members will be listed here -->