diff options
author | Christian Schnegelberger <mail@crizzo.de> | 2018-01-22 22:17:25 +0100 |
---|---|---|
committer | Christian Schnegelberger <mail@crizzo.de> | 2018-01-22 22:17:25 +0100 |
commit | 329eb201d96b13745e8f6dcd845304a14e826b34 (patch) | |
tree | d20ab80219d14e269bd0ca2017c9f54b960bee73 | |
parent | d0143bec8830e709047443f73f79c0dce438e3fc (diff) | |
download | forums-329eb201d96b13745e8f6dcd845304a14e826b34.tar forums-329eb201d96b13745e8f6dcd845304a14e826b34.tar.gz forums-329eb201d96b13745e8f6dcd845304a14e826b34.tar.bz2 forums-329eb201d96b13745e8f6dcd845304a14e826b34.tar.xz forums-329eb201d96b13745e8f6dcd845304a14e826b34.zip |
[ticket/15532] Updates the links for guidelines and message format
PHPBB3-15532
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 39eb83e454..cacfcf1118 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,9 +1,9 @@ Checklist: -- [ ] Correct branch: master for new features; 3.2.x, 3.1.x for fixes +- [ ] Correct branch: master for new features; 3.2.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) +- [ ] Code follows coding guidelines: [master](https://area51.phpbb.com/docs/dev/master/development/coding_guidelines.html) and [3.2.x](https://area51.phpbb.com/docs/dev/3.2.x/development/coding_guidelines.html) +- [ ] Commit follows commit message [format](https://area51.phpbb.com/docs/dev/3.2.x/development/git.html) Tracker ticket (set the ticket ID to **your ticket ID**): |