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-02-18 10:28:15 +0300
committerMichal Čihař <michal@cihar.com>2016-02-18 10:28:15 +0300
commit3d0b33b32fa10576012268c84e13bc0e3b7fc5a4 (patch)
tree9821c025200458d1488e1bc32e1a2f17a2a3d896 /.github/PULL_REQUEST_TEMPLATE.md
parentb3a2b74aa47b0b957d87b20fc76f75f4c9b3a5b4 (diff)
Add templates for new issues and pull requests
See https://github.com/blog/2111-issue-and-pull-request-templates Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000000..94147d21c5
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,5 @@
+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