Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 892 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (11 loc) · 892 Bytes

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!