Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser authored May 27, 2022
1 parent 330f5be commit 00e949e
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
## Commit

Format of the commit message: **type(scope) subject**
Format of the commit message: **type: scope: subject**

**Type**:

- feature(scope) subject
- fix(scope) subject
- docs(scope) subject
- refactor(scope) subject
- test(scope) subject
- chore(scope) subject
- **feature: scope: subject**
- **fix: scope: subject**
- **docs: scope: subject**
- **refactor: scope: subject**
- **test: scope: subject**
- **chore: scope: subject**

**Scope**:
Scope could be anything specifying place of the commit change.
Expand All @@ -23,8 +23,3 @@ For example util, console, view, edit, style etc...
**Message body**:
- just as in <subject> use imperative, present tense: “change” not “changed” nor “changes”
- includes motivation for the change and contrasts with previous behavior

**Examples**:

- [fix(style) .name{width}: 37% -> 35%](https://github.com/coderaiser/cloudcmd/commit/94b0642e3990c17b3a0ee3efeb75f343e1e7c050)
- [fix(console) dispatch: focus -> mouseup](https://github.com/coderaiser/cloudcmd/commit/f41ec5058d1411e86a881f8e8077e0572e0409ec)

0 comments on commit 00e949e

Please sign in to comment.