Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1 KB

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 1 KB

Report issues

If you have any issue with verstr, please start by updating to the last version and see if the bug is still there.

If it is, check if the problem has not already been reported and if not, just open an issue with with the basic information. If in doubt, check out what to put in your bug report.

Feature requests are also welcome on the issue tracker but keep in mind that verstr aims to keep it simple.

Make a pull request

Please fork the verstr repository on Github, and create a new branch containing your work. When you are done, open a pull request.

Developing

Create and activate a Python 3 virtual environment.

Install verstr for development:

pip install -r requirements.txt
pip install -e .

Run unit tests:

pytest