Merge branch 'delete-nettle-stdint-h' into master
[gd/nettle] / CONTRIBUTING.md
1 # nettle -- Information about our contribution rules
2
3 # Test suite:
4
5    New functionality should be accompanied by a test case which verifies
6 its correctness, on successful use of the new functionality, as well as on
7 failure cases. The nettle test suite is run on "make check".
8
9 # Continuous Integration (CI)
10
11 We utilize a continuous integration systems, using gitlab-ci.
12
13 This is run on a repository mirror at:
14 https://gitlab.com/gnutls/nettle
15
16 # Sending patches
17
18 Please do not utilize the gitlab web interfaces. They are not
19 being followed on. Please send your patches to nettle-bugs@lists.lysator.liu.se
20
21