Contributing
We welcome contributions to the project. The contributing guidelines are as follows:
- Issues: If you find a bug or have a feature request, please open an issue on the GitHub repository
- Pull Requests: We welcome pull requests. Before submitting a pull request, please make sure that your changes are consistent with the project's coding style and that you have tested your changes. If you are adding a new feature, please also add documentation, and potentially tests for it.
- Documentation: You are very welcome to contribute to the documentation. If you find a typo, an actual error, or think that something is missing, please open an issue or submit a pull request.
- Feedback: We welcome feedback on the project. If you have any suggestions or comments, please open an issue.
- Questions: If you have any questions about contributing to the project, please contact the project maintainers.
- Thank you: Thank you for contributing to the project. Your contributions are greatly appreciated.
Pull requests
To do a pull request, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/yourfeature) - Make your changes
- Commit your changes (
git commit -am 'Add your feature') - Push to the branch (
git push origin feature/yourfeature) - Create a new Pull Request