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
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')
-rw-r--r--.github/ISSUE_TEMPLATE.md26
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md5
2 files changed, 31 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000000..db0ed3b2c0
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,26 @@
+### Steps to reproduce
+1.
+2.
+3.
+
+### Expected behaviour
+Tell us what should happen
+
+### Actual behaviour
+Tell us what happens instead
+
+### Server configuration
+**Operating system**:
+
+**Web server:**
+
+**Database:**
+
+**PHP version:**
+
+**phpMyAdmin version:**
+
+### Client configuration
+**Browser:**
+
+**Operating system:**
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