Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.19 KB

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 1.19 KB

Contributing

Submitting an issue

If you find a bug, please submit a new issue.

To be able to reproduce a bug, we will usually need the following information:

  • Versions of Python packages used (in particular version of this library).
  • A minimal code snippet allowing us to reproduce the bug.
  • What is the desired behaviour in the reported case?
  • What is the actual behaviour?

Submitting a Pull Request

Do:

Don't:

  • Don't include license information. This project is MIT licensed and by submitting your pull request you implicitly and irrevocably agree to use this.
  • Don't implement too many ideas in a single pull request. Multiple features should be implemented in separate pull requests.