Add CONTRIBUTING.md, ISSUE_TEMPLATE.md, and PULL_REQUEST_TEMPLATE.md (#1688)

* Adds the contributing templates.
* Put the contributing files to a hidden folder so the root directory is less populated.
Thanks to @cydh and @Lemongrass3110!
This commit is contained in:
Cydh Ramdh
2017-01-17 03:15:39 +07:00
committed by Aleos
parent d6daffe737
commit 414841a88b
4 changed files with 209 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ Table of Contents
4. Troubleshooting
5. Helpful Links
6. More Documentation
7. How to Contribute
1. What is rAthena?
---------
@@ -198,3 +199,7 @@ directory. These include detailed explanations of NPC script commands, atcommand
group permissions, item bonuses, and packet structures, among many other topics. We
recommend that all users take the time to look over this directory before asking for
assistance elsewhere.
7. How to Contribute
---------
Details on how to contribute to rAthena can be found in [CONTRIBUTING.md](https://github.com/rathena/rathena/blob/master/.github/CONTRIBUTING.md)!