Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 372 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (15 loc) · 372 Bytes

How to contribute

We welcome contributions! Just fork the repository, clone it and start hacking:

$ git clone git@github.com:YOU/python-gron.git
$ cd python-gron
$ # create a virtualenv to work in
$ python3 -m venv venv
$ . venv/bin/activate
$ pip install . -e['dev']
$ # create a branch and add features/fix bugs
$ pytest
$ git push
$ # make pull request