Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1008 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (24 loc) · 1008 Bytes

Contributions are welcome and there are many ways to participate to the project.

Before starting to contribute please install the Git hook scripts:

$ git clone https://github.com/informed-governance-project/NISINP
$ cd NISINP/
$ poetry install
$ poetry shell
$ pre-commit install
$ pre-commit run --all-files

You can contribute by:

  • reporting bugs;
  • suggesting enhancements or new features;
  • improving the documentation.

Feel free to fork the code, play with it, make some patches and send us pull requests.

There is one main branch: what we consider as stable with frequent updates as hot-fixes.

Features are developed in separated branches and then regularly merged into the master stable branch.

If your contribution require some documentation changes, a pull-request in order to update the documentation is strongly recommended.

Django is used for the backend. Please use black for the syntax of your Python code.