Add text that explains how to contribute code

This commit is contained in:
Vladimir Diaz 2017-10-26 16:03:52 -04:00 committed by GitHub
parent eee32d6ce8
commit b87f5b0788

View file

@ -199,6 +199,10 @@ Instructions for Contributors
Note: Development of TUF occurs on the "develop" branch of this repository.
Contributions can be made by submitting GitHub pull requests. Submitted code should
follow our `code style guidelines <https://github.com/secure-systems-lab/code-style-guidelines>`_,
which provide examples of what to do (or not to do) when writing Python code.
To facilitate development and installation of edited version of the code base,
developers are encouraged to install `Virtualenv <https://virtualenv.pypa.io/en/latest/index.html>`_,
which is a tool to create isolated Python environments. It includes