Thank you for your interest in contributing to our project! Whether it's a bug report, new feature, or improvement, we appreciate your help in making this project better.
To contribute, follow these steps:
- Fork the repository and clone your fork.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Description of your changes'
. - Push to the branch:
git push origin feature-name
. - Open a pull request to the
main
branch of the original repository.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms. See CODE_OF_CONDUCT.md for details.
We use GitHub Issues to track public bugs. Report a bug by opening a new issue; it's that easy!
Feature requests are welcome. Before making a feature request, please check the existing issues to see if someone has already requested the same feature.
By contributing, you agree that your contributions will be licensed under the GNU/GPL3 license. If you are contributing on behalf of your employer, ensure they are okay with these terms.
Thank you for your contributions!