joyent-portal/.github/COMMIT_GUIDELINES.md
Sérgio Ramos 23ddc68ade style: global and simpler prettier config
this also removes precommit scripts because they were cumbersome
2018-03-15 19:02:55 +00:00

26 lines
319 B
Markdown

# Commit Guidelines
```
<type><(scope)?>: <msg>
```
Where type is one of:
```
build
chore
ci
docs
feat
fix
perf
refactor
revert
style
test
```
And where scope is one of ui-toolkit, my-joy-beta, cloudapi-gql, boilerplate, and create-instance.
_The recommended method to commit should be by running npm run commit._