We welcome and appreciate all contributions from the community. Thank you for helping us make this project better!
The best way to contribute is by reporting issues or submitting pull requests.
If you find a bug or have a feature request, please check the Issues tab to see if it has already been reported. If not, feel free to open a new issue with a clear title and a detailed description.
- Fork the repository and create a new branch for your feature or fix.
git checkout -b feat/your-new-feature
- Make your changes and commit them with a descriptive message.
git commit -m "feat: Add support for the feature" - Push your branch to your fork.
git push origin feat/your-new-feature
- Open a pull request to the
mainbranch of the original repository.- Provide a clear title and description for your changes.
- In the description, please link the issue you are resolving (e.g.,
Closes #84).
To ensure a welcoming and inclusive environment, we expect all participants in this project to adhere to a high standard of professional conduct. Be respectful, considerate, and constructive in all interactions. Harassment or exclusionary behavior of any kind will not be tolerated.