Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-06-16 13:39:35 +0300
committerMichal Čihař <michal@cihar.com>2016-06-16 13:39:35 +0300
commit12591f2227c24ddd67bfd4d9a5aecbff91b4124c (patch)
tree4086282cb3267fe4bdcbdfc3595862231826a5ab /.github/PULL_REQUEST_TEMPLATE.md
parent2c87ba98465f46d4b4bbe753ccdcfef658024e8c (diff)
Ask people to contribute code with tests
[CI skip] Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md1
1 files changed, 1 insertions, 0 deletions
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