summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-02-28 10:03:24 +0100
committerNiels Möller <nisse@lysator.liu.se>2017-04-09 12:33:11 +0200
commit27fe1a9e617576f5c52de804a2dbef793055927b (patch)
tree9b165c6fa861c7e174efb26a27c178c999be4c3c
parent5e480927a3b02cdf3052167d841ba8ca92a64514 (diff)
downloadnettle-27fe1a9e617576f5c52de804a2dbef793055927b.tar.gz
Made current contibution rules explicit
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--CONTRIBUTING.md21
-rw-r--r--Makefile.in2
-rw-r--r--README2
3 files changed, 24 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 00000000..92200abc
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,21 @@
+# nettle -- Information about our contribution rules
+
+# Test suite:
+
+ New functionality should be accompanied by a test case which verifies
+its correctness, on successful use of the new functionality, as well as on
+failure cases. The nettle test suite is run on "make check".
+
+# Continuous Integration (CI)
+
+We utilize a continuous integration systems, using gitlab-ci.
+
+This is run on a repository mirror at:
+https://gitlab.com/gnutls/nettle
+
+# Sending patches
+
+Please do not utilize the gitlab web interfaces. They are not
+being followed on. Please send your patches to nettle-bugs@lists.lysator.liu.se
+
+
diff --git a/Makefile.in b/Makefile.in
index 1627a5a1..7e8f29c2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -220,7 +220,7 @@ DISTFILES = $(SOURCES) $(HEADERS) getopt.h getopt_int.h \
libnettle.map.in libhogweed.map.in \
config.guess config.sub install-sh texinfo.tex \
config.h.in config.m4.in config.make.in Makefile.in \
- README AUTHORS COPYING.LESSERv3 COPYINGv2 COPYINGv3 \
+ README CONTRIBUTING.md AUTHORS COPYING.LESSERv3 COPYINGv2 COPYINGv3 \
INSTALL NEWS TODO ChangeLog \
nettle.pc.in hogweed.pc.in \
$(des_headers) descore.README \
diff --git a/README b/README
index ca873a3f..8355739b 100644
--- a/README
+++ b/README
@@ -42,6 +42,8 @@ Read the manual. Mail me if you have any questions or suggestions.
You may want to subscribe to the nettle-bugs mailing list. See
<URL: http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs>.
+See CONTRIBUTING.md for information on contibuting patches.
+
Happy hacking,
/Niels Möller <nisse@lysator.liu.se>