diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2018-07-06 14:20:00 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-09 18:28:15 +0200 |
commit | ec04f177d0f84f94e77f12ad7ccb058d35f88743 (patch) | |
tree | 7d374de3880b16ef3a7853524f78947e0d9e56f7 | |
parent | efc2e6e570abd4ccad2954a15307da12fdc90809 (diff) | |
download | forums-ec04f177d0f84f94e77f12ad7ccb058d35f88743.tar forums-ec04f177d0f84f94e77f12ad7ccb058d35f88743.tar.gz forums-ec04f177d0f84f94e77f12ad7ccb058d35f88743.tar.bz2 forums-ec04f177d0f84f94e77f12ad7ccb058d35f88743.tar.xz forums-ec04f177d0f84f94e77f12ad7ccb058d35f88743.zip |
[ticket/15718] Update CONTRIBUTING.md
PHPBB3-15718
-rw-r--r-- | .github/CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3fceabda10..47b859d31e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -2,5 +2,5 @@ 1. [Create an account on phpBB.com](http://www.phpbb.com/community/ucp.php?mode=register) 2. [Create a ticket (unless there already is one)](http://tracker.phpbb.com/secure/CreateIssue!default.jspa) -3. Read our [Coding guidelines](https://wiki.phpbb.com/Coding_guidelines) and [Git Contribution Guidelines](http://wiki.phpbb.com/Git) +3. Read our [Coding guidelines](https://area51.phpbb.com/docs/dev/master/development/coding_guidelines.html) and [Git Contribution Guidelines](https://area51.phpbb.com/docs/dev/master/development/git.html) 4. Send us a pull request |