We welcome contributions in various forms. You can:
- Report bugs
- Suggest new features
- Submit code changes
- Fork the repository.
- Clone your fork:
git clone https://github.com/your-username/repo-name.git - Create a branch for your feature or bug fix:
git checkout -b feature-name - Make your changes.
- Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature-name - Open a pull request.
Ensure your code follows the project's coding style.
Please use the GitHub issue tracker