When contributing, please use the following guidelines to write commits, name branches, and merge requests.
## Committing
Commits should be written in present-tense, imperative language. Use sentence-case and commit often keep messages short.
Commits should be written in present-tense, imperative language. Use sentence-case and commit often to keep messages short.
Do: `Make modal throw error when given bad props`
Don't: `This commit made the modal component throw an error when given bad props`
...
...
@@ -15,7 +15,7 @@ For feature adds to components, use the component name and ticket number:
`feature/[component-name]/[ticket-number]`
For bug fixes, name by ticket:
`bug/[ticket-number]'
`fix/[ticket-number]`
## Merging
All pull requests require at least one review. Request a review when making the PR. After it's merged by an admin, please ensure the branch is properly deleted.