diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-01-02 17:24:41 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-01-02 17:33:41 +0100 |
commit | 4494b0a2a191563ec354f76561bae410cde90c88 (patch) | |
tree | 20e9561bfd30dfa3f2ed340f336b8fc69ffbe265 /README.md | |
parent | 2700f0f3b7e6cc76cf9f5de1567c95a6990e14bf (diff) | |
download | gnutls-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.md | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -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! |