Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 687 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 687 Bytes

Contributing

Getting started

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.

Branching

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.

Examples:

  • feature/new-thing
  • hotfix/something-wrong
  • bug/squash-it