Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Commit Message Examples #41

Merged
merged 1 commit into from
Oct 4, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 10 additions & 13 deletions home/COMMIT-MESSAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,16 @@ type(scope): subject

## Good Examples

* api: should pass
* fix(scope): should pass
* api(This Scope): should pass
* wip(Scope): should pass #409 @ - , ' / \ " blah_blah
* build: Add compiled files
* chore(gitignore): Add node_modules to git ignore file
* fix: Fix issue with blah blah
* style: Remove useless elses
* ui: Add image to profile view

## Merge Message Examples

These are also allowed as commit messages.

* Merge branch 'branch-name-here' blah blah blah
* Merge remote-tracking branch 'upstream/master'
* Merge pull request #490 from origin/master
Expand All @@ -39,15 +45,6 @@ type(scope): subject
* api[scope]: should fail because i can't wrap scope with `[]`
* (api) should fail because i don't follow the [Pattern](#commit-pattern)


## Common Examples

* build: Add compiled files
* chore(gitignore): Add node_modules to git ignore file
* fix: Fix issue with blah blah
* style: Remove useless elses
* ui: Add image to profile view

## Accepted Types

* [api](#api)
Expand Down