diff options
author | louiz’ <louiz@louiz.org> | 2016-10-24 19:22:46 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-10-24 19:22:46 +0200 |
commit | 00a2e8dd706e523ca0d6543d2c4b604b4ed3cdcb (patch) | |
tree | 4d529f1d09df1b593fb94715dad5bec6c9770d8c | |
parent | 7b2215b8824295efaa77eea61a4d4eed4cd77ca3 (diff) | |
download | biboumi-00a2e8dd706e523ca0d6543d2c4b604b4ed3cdcb.tar.gz biboumi-00a2e8dd706e523ca0d6543d2c4b604b4ed3cdcb.tar.bz2 biboumi-00a2e8dd706e523ca0d6543d2c4b604b4ed3cdcb.tar.xz biboumi-00a2e8dd706e523ca0d6543d2c4b604b4ed3cdcb.zip |
Suggest adding tests when contributing
-rw-r--r-- | CONTRIBUTING.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f80b4a9..dfafa89 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -25,6 +25,12 @@ publicly available git repository and communicate us its address. This can be done with a `gitlab merge request`_, or a `github pull request`_ or just by sending a message into the `XMPP chatroom`_. +It is suggested that you use gitlab’s merge requests: this will automatically +run our continuous integration tests. + +It is also recommended to add some unit or end-to-end tests for the prosposed +changes. + Coding style ------------ |