Thank you for considering contributing to this project! Here are a few guidelines to get you started:
- Fork the repository on GitHub.
- Create a new branch from the
main
branch. - Make your changes in the new branch.
- Ensure your changes pass all tests.
- Submit a pull request to the
main
branch.
Please follow the coding style used in the project. Consistency helps readability and maintainability.
If you find a bug or have a feature request, please open an issue on GitHub. Provide as much detail as possible to help us understand and address the issue.
- Fork the repository and create your branch from
main
. - If you've added code that should be tested, add tests.
- Ensure the test suite passes.
- Make sure your code lints.
- Submit your pull request.
We appreciate your contributions!