Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 1.08 KB

Contributing to this project

Feel free to contribute to this project by following standard contribution policy:

  • Fork the project
  • Create a feature branch
  • Open a PR

New contributors

If you are unfamiliar with git or contributing to open source, there are resources linked below to help:

All commits must follow the conventional commits guidelines.

We accept the following non standard commit types:

  • docs: for documentation changes
  • chore: for trivial changes that arent a feature
  • style: similar to chore, but for style only changes
  • misc: for miscellaneous changes that dont fall under the above