diff options
author | Nicofuma <github@nicofuma.fr> | 2015-03-24 22:35:34 +0100 |
---|---|---|
committer | Nicofuma <github@nicofuma.fr> | 2015-03-24 22:35:34 +0100 |
commit | 285e35992ab88fbaee137a14b538ab293f17efa6 (patch) | |
tree | 71c714afba66664bc2a37bff60708141209f88e3 | |
parent | 3d0153de605d8a37e233df4db8abd66216623d2e (diff) | |
parent | 6b1cd2d312a018354094c894ccfcc0679d998ba7 (diff) | |
download | forums-285e35992ab88fbaee137a14b538ab293f17efa6.tar forums-285e35992ab88fbaee137a14b538ab293f17efa6.tar.gz forums-285e35992ab88fbaee137a14b538ab293f17efa6.tar.bz2 forums-285e35992ab88fbaee137a14b538ab293f17efa6.tar.xz forums-285e35992ab88fbaee137a14b538ab293f17efa6.zip |
Merge pull request #3410 from Senky/ticket/13467
[ticket/13467] Add a CONTRIBUTING file to the project on Github
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..6996ca22d3 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,6 @@ +## CONTRIBUTE + +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); if you're new to git, also read [the introduction guide](http://wiki.phpbb.com/display/DEV/Working+with+Git) +4. Send us a pull request |