Contributing to this project is welcomed and intended to be as straight forward as possible! This repo uses Git flow. To start, please submit an issue with a brief description of what it is you would like to contribute.
Please branch off of develop
for a new feature or for a bug fix and off of main
for a hotfix. Prepend a feature/
, bug/
or hotfix/
to the branch name. The rest of the branch name follows kebab-case.
feature/new-thing
hotfix/something-wrong
bug/squash-it