Welcome to Moizy Open Source Issues, a developer-friendly hub where you can learn, contribute, and improve your coding skills. This repository hosts beginner-friendly and intermediate issues that anyone can pick up, solve, and submit via Pull Requests.
- Gain real-world experience by solving issues.
- Build a strong GitHub profile with meaningful contributions.
- Collaborate with other developers and grow your network.
- Improve coding, problem-solving, and version control skills.
```bash
/issues
└── beginner
└── intermediate
/README.md
/CONTRIBUTING.md
/LICENSE
- Beginner: Issues for newcomers, simple and easy to solve.
- Intermediate: Slightly complex issues to challenge your skills.
-
Go to the Issues tab.
-
Pick an open issue that you want to work on.
-
Comment:
"I want to work on this"to claim it. -
Fork the repository and create a branch for your work:
git checkout -b issue-<issue-number>-your-name
-
Solve the issue, write clean code, and commit changes:
git commit -m "fix: <short-description-of-fix>" -
Push the branch and create a Pull Request (PR) referencing the issue.
-
Wait for review and merge.
✅ Issue Guidelines
- Only pick one issue at a time.
- Solve the issue within 7 days.
- Keep code readable and well-commented.
- Include tests or examples if applicable.
- Respect others’ contributions.
🎯 Labels
good first issue— Beginner-friendly issues.help wanted— Issues that need extra eyes.intermediate— Slightly challenging issues.
📜 License
This repository is licensed under the MIT License. See the LICENSE file for details. You’re free to use, modify, and contribute while giving credit.
🤝 Join the Community
We encourage discussions, questions, and collaboration! Feel free to open a discussion in the Discussions tab for guidance, doubts, or project ideas.
💡 Keep Learning
Every issue is a chance to practice, learn, and showcase your skills. Start contributing today and grow your developer profile. 🚀