Update the CONTRIBUTING file

This commit is contained in:
nicolargo 2017-01-07 09:47:53 +01:00
parent b80ff98de3
commit fa705e08e8

View File

@ -87,11 +87,12 @@ project's developers might not want to merge into the project.
First of all, all pull request should be done on the `develop` branch.
Glances uses PEP8 compatible code, so use a PEP validator before submitting
your pull request. Also uses the unitaries tests scripts (unitest.py).
your pull request. Also uses the unitaries tests scripts (unitest-all.py).
Similarly, when contributing to Glances's documentation, you should edit the
documentation source files in
[the `/doc/` and `/man/` directories of the `develop` branch](https://github.com/nicolargo/glances/tree/develop/docs).
[the `/doc/` and `/man/` directories of the `develop` branch](https://github.com/nicolargo/glances/tree/develop/docs) and generate
the documentation outputs files by reading the [README](https://github.com/nicolargo/glances/tree/develop/docs/README.txt) file.
Adhering to the following process is the best way to get your work
included in the project: