joyent-portal/.github/COMMIT_GUIDELINES.md
Sara Vieira f7eb8a276c
add issue and pull request templates (#819)
* feat(all) - Add issue and pull ruequest templates

* Update PULL_REQUEST_TEMPLATE.md

* Create COMMIT_GUIDELINES.md

* Update PULL_REQUEST_TEMPLATE.md

* Update PULL_REQUEST_TEMPLATE.md

* Update COMMIT_GUIDELINES.md
2017-10-30 17:12:00 +00:00

26 lines
320 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.*