Thanks for your interest in contributing to this project! Here are a few guidelines to follow:
If you find a bug or have a feature request, please open an issue here.
- Fork the repository.
- Create a new branch:
git checkout -b my-feature. - Make your changes and test thoroughly.
- Commit your changes:
git commit -m "Add my feature". - Push to your branch:
git push origin my-feature. - Open a pull request.
- Use spaces for indentation (2 spaces).
- Write clear, concise comments for complex logic.
- Ensure tests pass before submitting.