758 B
758 B
Contributing
Thank you for considering contributing to this project! Here are some guidelines to help you contribute.
How to Contribute
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes and commit them (
git commit -am 'Add new feature'). - Push the branch (
git push origin feature-branch). - Create a new Pull Request.
Code Guidelines
- Ensure your code is well-documented.
- Follow the existing code style.
- Write tests for your changes if possible.
Reporting Issues
If you find a bug, please report it in the Issue Tracker.
License
By contributing, you agree that your contributions will be licensed under the MIT License.