Welcome to the DemoClub project! We're excited to have you contribute to our website that teaches kids and teenagers how to code. Follow this guide to get started.
- Ensure the bug hasn't been reported already.
- Provide a clear description of the issue.
- Include steps to reproduce the bug and any relevant screenshots.
- Fork the repository.
- Create a new branch:
git checkout -b feature/YourFeature. - Make your changes.
- Commit your changes:
git commit -m 'Add feature'. - Push to the branch:
git push origin feature/YourFeature. - Submit a pull request.
- Follow the project's coding style.
- Ensure your code is well-documented and includes comments.
- Write unit tests for new features and bug fixes.
- Your pull request will be reviewed by a team member.
- Address any feedback and make necessary changes.
- Once approved, your pull request will be merged into the main branch.
- Join our Slack channel for real-time discussions.
- Email us at support@democlub.com for any questions.
Thank you for your contributions! Together, we can make coding education fun and accessible for kids and teens.