diff options
| author | Trey <trey6979@gmail.com> | 2018-04-06 13:37:22 -0400 |
|---|---|---|
| committer | Trey <trey6979@gmail.com> | 2018-04-06 13:37:22 -0400 |
| commit | 20b860bb2299d4a45aa9899fcab2b340cbe9a0b5 (patch) | |
| tree | 4022b84287f9df17854947a6f6ae98665719f209 /CONTRIBUTING.md | |
| parent | b85b686829798f29f5f19fe919ae8807ef9ad69c (diff) | |
| parent | e39d116465334ce84ee06267e8defb6007dddf22 (diff) | |
| download | PokeBot-20b860bb2299d4a45aa9899fcab2b340cbe9a0b5.tar.gz PokeBot-20b860bb2299d4a45aa9899fcab2b340cbe9a0b5.tar.bz2 PokeBot-20b860bb2299d4a45aa9899fcab2b340cbe9a0b5.zip | |
Merge branch 'master' of https://github.com/PokeWorld/PokeBot
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 003aeb8..0489ecb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,12 @@ -# Contributing to PokeBot -## Direct Code -First off, you need to have experience with Discord.js, and Node. If you know how to do that, then this type of contributing should be easy. Just submit a pull request, and be on your way. -## Issues -Report bugs in the bot using issues. Simple, submit an issue and tag some devs. We will work hard to fix it right away! +# Contributing to PokeBot: +There are many ways to contribute to PokeBot. Here are the ones we are accepting: +## Suggestions and Bug Reports +GitHub's Issue system is great for this, which is why we use it. Submitting a bug report? Tag it with bug? Something else? Find a related tag. You can even style the posts with markdown. How neat. +## Code Contribution +If you would rather add code to the project, you can do that as well! Since we are open-source, you can always submit a pull request! +For pull request criteria, look below: +* Make sure to learn how to use our custom command handler first before submitting a code contribution. +* If you are fixing a bug, state what bug you are fixing in the pull request. +* Do not write messy code. This is Trey's job and Justin cleans up after him enough. We don't want to raise his salary. + +That's it! We hope you enjoy contributing to our project! |
