Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

18 lines (15 loc) · 1.08 KB

Contribution Guidelines

Please ensure your pull request adheres to the following guidelines:

  • Take a look at the README before commiting. It might have some answers for you.
  • Make sure to follow the community guidelines.
  • Try to make sure that you're not working on something that's already completed (check the issues tab to see if something's already done).
  • Create a new pull request for each new feature added.
    • Mutliple bug fixes can be added into one pull request, but shouldn't be in the same pr as a new feature.
  • New categories, or improvements to the existing categorization are welcome.
  • Keep descriptions short and simple, but descriptive.
  • Start the description with a capital and end with a full stop/period.
  • Check your spelling and grammar. If you've noticed a bug, or have a improvement you think is especially important, please open an issue for it, and label it appropriately.

Thank you for your suggestions!