From cd33a60ba311b894b491ab15d974eea41b237582 Mon Sep 17 00:00:00 2001 From: Renate Slebe Date: Tue, 9 May 2017 13:44:22 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32d9ddab3..a927f8185 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ We are using the simplified Github workflow to accept modifications which means * create a branch (optionally with the reference to the issue in the name) * write your code * commit incrementally with readable and detailed commit messages +* run integration tests to check everything works on runtime * submit a pull-request against the master branch of this repository If your contribution is more than a patch, please contact us beforehand to discuss which branch you can best submit the pull request to.