From f14a32689705f5c35e0ba990c3e7773821b7d929 Mon Sep 17 00:00:00 2001 From: Trey <32907415+TheEdgeNK@users.noreply.github.com> Date: Sat, 31 Mar 2018 18:42:55 -0400 Subject: Delete CONTRIBUTING.md --- CONTRIBUTING.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 CONTRIBUTING.md (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 003aeb8..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,5 +0,0 @@ -# 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! -- cgit v1.2.3 From d2e555d026cdbf7caba383776173a7dc746210dc Mon Sep 17 00:00:00 2001 From: Trey <32907415+TheEdgeNK@users.noreply.github.com> Date: Sat, 31 Mar 2018 18:43:21 -0400 Subject: new contributing guide --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..0489ecb --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +# 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! -- cgit v1.2.3