aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-05-26 18:46:34 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-05-26 18:46:34 +0200
commitdcf90a8d8ba6bd143aa02a18634ce17d7e23cce5 (patch)
treea8ab8a82282c89db879183555b496567c39cfa4a
parenta8fb33218c3351ab51c3f8ba88ed8ba1b1484647 (diff)
downloadforums-dcf90a8d8ba6bd143aa02a18634ce17d7e23cce5.tar
forums-dcf90a8d8ba6bd143aa02a18634ce17d7e23cce5.tar.gz
forums-dcf90a8d8ba6bd143aa02a18634ce17d7e23cce5.tar.bz2
forums-dcf90a8d8ba6bd143aa02a18634ce17d7e23cce5.tar.xz
forums-dcf90a8d8ba6bd143aa02a18634ce17d7e23cce5.zip
[ticket/14650] Semi-colon instead of slash to make Matt happy
PHPBB3-14650
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index e25eef9ad4..39eb83e454 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,6 +1,6 @@
Checklist:
-- [ ] Correct branch: master for new features / 3.2.x, 3.1.x for fixes
+- [ ] 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)