Thank you for your interest in contributing to our project!
This project is beginner-friendly. We provide detailed feedback on each Pull Request (PR), and we will coach you on how to improve your submissions until they are merged. This makes our project a perfect place for your first PR!
- Check the issue tracker for open issues that you can work on.
- Fork the project to your own GitHub account.
- Create a new branch for your contribution (whether it's a bug fix, a new feature, etc.).
- Make your changes in this branch.
- Submit a pull request from your branch to the
dev
branch.
Please ensure your code adheres to the following standards:
- Follows the style and structure of the existing code.
- Includes comments explaining what your code does.