diff options
author | Marc Alexander <admin@m-a-styles.de> | 2018-01-24 18:40:01 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2018-01-24 18:40:01 +0100 |
commit | 10691fda8ed476cefffe1670eb300a1b4804259c (patch) | |
tree | 4f3875241580f416ac49ca5fd5d1feadfd230973 | |
parent | 23a1f3fedac89083be002465fb95d6f3b575375e (diff) | |
parent | 329eb201d96b13745e8f6dcd845304a14e826b34 (diff) | |
download | forums-10691fda8ed476cefffe1670eb300a1b4804259c.tar forums-10691fda8ed476cefffe1670eb300a1b4804259c.tar.gz forums-10691fda8ed476cefffe1670eb300a1b4804259c.tar.bz2 forums-10691fda8ed476cefffe1670eb300a1b4804259c.tar.xz forums-10691fda8ed476cefffe1670eb300a1b4804259c.zip |
Merge pull request #5104 from Crizz0/ticket/15532
[ticket/15532] PR-template: Updates the links for guidelines and message format
-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**): |