Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.32 KB

CONTRIBUTING.md

File metadata and controls

47 lines (31 loc) · 1.32 KB

Contributor Guide

Thank you for your interest in improving this project. This project is open-source under the MIT License and welcomes contributions in the form of bug reports, feature requests, and pull requests.

Here is a list of important resources for contributors:

How to report a bug

Report bugs on the Issue Tracker.

When filing an issue, make sure to answer these questions:

  • Which operating system and Python version are you using?
  • Which version of this project are you using?
  • What did you do?
  • What did you expect to see?
  • What did you see instead?

The best way to get your bug fixed is to provide a test case, and/or steps to reproduce the issue. In particular, please include a Minimal, Reproducible Example.

How to request a feature

Feel free to request features on the Issue Tracker.

How to set up your development environment

TODO

How to test the project

python -m pip install nox
python -m nox

How to submit changes

Open a Pull Request.