Thank you for your interest in contributing to the 52-for-52 project! This document provides guidelines and information for contributors.
- Use the bug report template
- Include detailed reproduction steps
- Provide environment information
- Add screenshots when helpful
- Use the feature request template
- Explain the problem it solves
- Consider implementation complexity
- Provide use cases and examples
- Use the project suggestion template
- Suggest realistic 1-week projects
- Consider diverse technology stacks
- Think about community value
- Improve README files
- Fix typos and grammar
- Add examples and tutorials
- Enhance setup instructions
- Fork the specific project repository
- Follow the project's coding standards
- Write clear commit messages
- Include tests when applicable
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes
- Test your changes thoroughly
- Commit with clear messages (
git commit -m 'Add amazing feature') - Push to your branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Check existing issues to avoid duplicates
- Use the project suggestion template
- Provide detailed information
- Engage in discussion with the community
- Code follows the project's style guidelines
- Self-review of the code has been performed
- Code is commented, particularly in hard-to-understand areas
- Corresponding changes to documentation have been made
- Changes generate no new warnings
- Tests have been added that prove the fix is effective or feature works
- New and existing unit tests pass locally
- Clear description of changes
- Link to related issues
- Screenshots for UI changes
- Testing instructions
- Breaking changes (if any)
Each weekly project should:
- Be completable in ~1 week
- Include comprehensive README
- Have clear setup instructions
- Include live demo (when applicable)
- Follow security best practices
- Be well-documented
We welcome projects using:
- Frontend: React, Vue, Svelte, vanilla JS
- Backend: Laravel, Node.js, Python, Go
- Mobile: React Native, Flutter
- AI/ML: Python, TensorFlow, PyTorch
- DevOps: Docker, Kubernetes, CI/CD tools
- Databases: MySQL, PostgreSQL, MongoDB, Redis
bug- Something isn't workingenhancement- New feature or requestdocumentation- Improvements or additions to docsgood first issue- Good for newcomershelp wanted- Extra attention is neededproject-suggestion- Ideas for weekly projectsweek-X- Related to specific week's project
- Use welcoming and inclusive language
- Be respectful of differing viewpoints
- Accept constructive criticism gracefully
- Focus on what's best for the community
- Help newcomers get started
- Share knowledge and resources
- Provide constructive feedback
- Celebrate others' contributions
- Keep discussions on-topic
- Avoid spam and self-promotion
- Respect maintainers' time
- Follow the code of conduct
- Star the repository to show support
- Read the README and documentation
- Browse existing issues and projects
- Join discussions to understand the community
- Start small with documentation or bug fixes
- Fork and clone the repository
- Install dependencies (varies by project)
- Run tests to ensure everything works
- Make your changes
- Test thoroughly before submitting
Contributors will be recognized in:
- Project README files
- Contributors hall of fame
- Social media shoutouts
- Annual contributor highlights
- Open a discussion on GitHub
- Check existing documentation
- Review similar issues
- Ask in project-specific channels
- Break down the problem
- Ask for specific help
- Provide context and details
- Be patient with responses
This project follows the Contributor Covenant Code of Conduct. By participating, you agree to uphold this code.
We 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.
Every contribution, no matter how small, helps make this project better. Thank you for being part of the 52-for-52 community!
Happy Contributing!
For questions about contributing, please open a discussion or contact the maintainers.