From b87f5b078899ee8c56a7a641f03f8fb455828fa2 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Thu, 26 Oct 2017 16:03:52 -0400 Subject: [PATCH] Add text that explains how to contribute code --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index cc26d90f..2b094870 100644 --- a/README.rst +++ b/README.rst @@ -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 `_, +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 `_, which is a tool to create isolated Python environments. It includes