From 12591f2227c24ddd67bfd4d9a5aecbff91b4124c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 16 Jun 2016 12:39:35 +0200 Subject: [PATCH] Ask people to contribute code with tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [CI skip] Signed-off-by: Michal Čihař --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 94147d21c5..3c47317f09 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,3 +3,4 @@ Before submitting pull request, please check that every commit: - [ ] Has proper Signed-Off-By - [ ] Has commit message which describes it - [ ] Is needed on it's own, if you have just minor fixes to previous commits, you can squash them +- [ ] Any new functionality is covered by tests