Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.6 KB

contributing.md

File metadata and controls

42 lines (29 loc) · 1.6 KB

Contribution Guidelines

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.


Ensure your pull request adheres to the following guidelines:

  • Add to the bottom of the list in correct section
  • Make sure you don't have any typos
  • Make sure things you add are actually awesome

Thank you for your suggestions!

Updating your PR

A lot of times, making a PR adhere to the standards above can be difficult. If the maintainers notice anything that we'd like changed, we'll ask you to edit your PR before we merge it. There's no need to open a new PR, just edit the existing one. If you're not sure how to do that, here is a guide on the different ways you can update your PR so that we can merge it.

pre-commit

Please consider installing pre-commit to ensure that the tables of contents are kept up-to-date.

Once pre-commit is installed, please run pre-commit install in your local clone of this repository to have it executed automatically when git commiting. You can also run it manually by pre-commit run --all-files.