Contribute
We welcome contributions from the community. Here are some guidelines to help you get started.
How to Contribute
-
Fork the repository: Click the "Fork" button at the top right of the GitHub repository page.
-
Clone your fork:
- Create a branch:
- Make your changes: Implement your feature or bug fix.
- Commit your changes:
- Push to your fork:
Reporting Issues
If you find a bug or have a feature request, please create an issue in the Issue Tracker.
Style Guide
- Follow the existing code template style.
- Write clear, concise commit messages.
- Include comments where necessary.
Testing
Ensure that your changes do not break existing tests and add new tests for new features.
Thank you for contributing!