Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 539 Bytes

File metadata and controls

23 lines (15 loc) · 539 Bytes

Contribute to the Project

Thank you for contributing to this project!

Feature Suggestions

  • Open an issue clearly describing the desired feature.
  • Discuss alternatives if necessary.

Bugs

  • Open an issue with a reproducible example.
  • Add logs/errors in context.

Pull Requests

  1. Fork this repository.
  2. Create a branch (git checkout -b feature-new).
  3. Commit your changes (`git commit -am 'Adding a new feature').
  4. Push to your fork (git push origin feature-new).
  5. Create a pull request.

Thanks for your help!