aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-05-26 18:34:55 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-05-26 18:34:55 +0200
commita8fb33218c3351ab51c3f8ba88ed8ba1b1484647 (patch)
tree96c7533a0de2339da2e3662f437e0b4f1ab537b0
parente7262e2d39feb7946710f6ae4bb17aac67f26204 (diff)
downloadforums-a8fb33218c3351ab51c3f8ba88ed8ba1b1484647.tar
forums-a8fb33218c3351ab51c3f8ba88ed8ba1b1484647.tar.gz
forums-a8fb33218c3351ab51c3f8ba88ed8ba1b1484647.tar.bz2
forums-a8fb33218c3351ab51c3f8ba88ed8ba1b1484647.tar.xz
forums-a8fb33218c3351ab51c3f8ba88ed8ba1b1484647.zip
[ticket/14650] Move CONTRIBUTING.md and add pull request template
PHPBB3-14650
-rw-r--r--.github/CONTRIBUTING.md (renamed from CONTRIBUTING.md)0
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md10
2 files changed, 10 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 3fceabda10..3fceabda10 100644
--- a/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000000..e25eef9ad4
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,10 @@
+Checklist:
+
+- [ ] Correct branch: master for new features / 3.2.x, 3.1.x for fixes
+- [ ] Tests pass
+- [ ] Code follows coding guidelines: [master / 3.2.x](https://area51.phpbb.com/docs/master/coding-guidelines.html), [3.1.x](https://area51.phpbb.com/docs/31x/coding-guidelines.html)
+- [ ] Commit follows commit message [format](https://wiki.phpbb.com/Git#Commit_Messages)
+
+Tracker ticket (set the ticket ID to **your ticket ID**):
+
+https://tracker.phpbb.com/browse/PHPBB3-12345