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