A beginner-friendly open source community that helps everyone start their open source journey! π
View Contributors β’ Join Community β’ Website
C0D1NG is a welcoming open source organization designed specifically for beginners who want to make their first contribution to the open source world. We believe that everyone should have the opportunity to contribute to open source projects, regardless of their experience level.
- Beginner-friendly environment for your first open source contribution
- Step-by-step guidance through the contribution process
- Supportive community to help you along the way
- Recognition for all contributors in our Contributors list
- Total Contributors: 200+ developers from around the world
- First Contributions: Perfect for your first PR
- Community Support: Active Telegram group for help and discussion
Create a branch in your project where you can safely experiment and make changes.
- Isolate your work from the main codebase
- Add commits to track your progress
Use a pull request to get feedback on your changes from developers worldwide.
- Collaborate and discuss your improvements
- Get code reviews from the community
Merge your changes into the main branch and celebrate your contribution!
- Your code becomes part of the project
- You're now an open source contributor!
Ready to make your first contribution? Follow these simple steps:
- Git installed on your computer
- A GitHub account
- Basic knowledge of Git commands (don't worry, we'll guide you!)
Click the "Fork" button at the top right of this page to create your own copy.
git clone https://github.com/YOUR_USERNAME/C0D1NG.git
cd C0D1NG
git checkout -b add-your-name
- Open
Contributors.md
- Find the appropriate alphabetical section
- Add your entry:
- [Your Name](https://github.com/your-username)
git add Contributors.md
git commit -m "Add [Your Name] to contributors"
git push origin add-your-name
- Go to your forked repository on GitHub
- Click "Compare & pull request"
- Add a meaningful title and description
- Submit your pull request!
You've just made your first open source contribution! Welcome to the community! π
To maintain the quality and organization of our project, please follow these guidelines:
- Add your name in the correct alphabetical section
- Use the format:
- [Your Name](https://github.com/your-username)
- Keep your changes focused on adding your name only
- Write clear commit messages
- Don't modify other contributors' entries
- Don't add multiple names in one PR
- Don't make unnecessary changes to the README or other files
- Telegram: C0D1NG Community
- Website: c0d1ng.github.io
- Check existing issues before creating new ones
- Join our Telegram for real-time support
- Tag maintainers in your PR if you need assistance
After making your first contribution here, you might want to:
- Explore more projects on GitHub
- Learn more about Git with Git tutorials
- Join more communities like Dev.to, Hashnode
- Start your own open source project
Check out our amazing Contributors list featuring 200+ developers from around the globe! π
This project is open source and available under the MIT License.
Made with β€οΈ by the C0D1NG community
β Star this repository if it helped you make your first contribution!