summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-01-02 17:24:41 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-01-02 17:33:41 +0100
commit4494b0a2a191563ec354f76561bae410cde90c88 (patch)
tree20e9561bfd30dfa3f2ed340f336b8fc69ffbe265 /README.md
parent2700f0f3b7e6cc76cf9f5de1567c95a6990e14bf (diff)
downloadgnutls-4494b0a2a191563ec354f76561bae410cde90c88.tar.gz
Simplified contribution policy [ci skip]
Also added a template to assist in the required steps to contribute. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/README.md b/README.md
index c06482e7f4..728a30bfc8 100644
--- a/README.md
+++ b/README.md
@@ -161,14 +161,8 @@ The Travis based CI, is used to test compilation on MacOSX based systems.
# Contributing
-If you wish to contribute, you may read more about our [coding style](CONTRIBUTING.md).
-Note that when contributing code that is not assigned to FSF, you will
-need to assert that the contribution is in accordance to the "Developer's
-Certificate of Origin" as found in the file [DCO.txt](doc/DCO.txt).
-That can be done by sending a mail with your real name to the gnutls-devel
-mailing list. Then just make sure that your contributions (patches),
-contain a "Signed-off-by" line, with your name and e-mail address.
-To automate the process use "git am -s" to produce patches.
+See [the contributing document](CONTRIBUTING.md).
+
Happy hacking!