Skip to content

Contributing

We welcome contributions to the project. The contributing guidelines are as follows:

  1. Issues: If you find a bug or have a feature request, please open an issue on the GitHub repository
  2. 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.
  3. 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.
  4. Feedback: We welcome feedback on the project. If you have any suggestions or comments, please open an issue.
  5. Questions: If you have any questions about contributing to the project, please contact the project maintainers.
  6. 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:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/yourfeature)
  3. Make your changes
  4. Commit your changes (git commit -am 'Add your feature')
  5. Push to the branch (git push origin feature/yourfeature)
  6. Create a new Pull Request