We welcome contributions! Here’s how you can help:
- Fork the repository.
- Create a new branch for your feature or bugfix: git checkout -b feature-name.
- Make your changes and commit them: git commit -m 'Add some feature'.
- Push to your branch: git push origin feature-name.
- Create a Pull Request on the main repository.
Please ensure your pull request adheres to the following guidelines:
-
Write clear, concise commit messages.
-
Keep your changes focused - if you have multiple changes, consider submitting them as separate PRs.
-
Ensure all tests pass before submitting.
-
Update documentation where necessary.
-
Follow the existing code style
-
Sign CLA if you have not done so already
-
Refer to our Pull Request Template for more information.
If you encounter bugs, or have feature requests, please open an issue. Include as much detail as possible:
Provide a clear title and description. Include steps to reproduce the issue. Provide any relevant screenshots, logs, or code.
Check our Issue Template for more information.