<type>(scope): <subject>
<BLANK LINE>
<body>
<BLANK LINE>
<footer>
```
## Type
* feature
* fix
* refactor
* chore (config, build ...)
* test
* docs
* style (format like whitespace, change case ...)
## Scope (optional)
Scope of your code. In what part of the application you are doing some modification.
## Subject
Describe what you bring to the application and not to the code.
## Body
Some details on the commit or informations on I have change.
## Footer
references like:
* Bugfix ids
* User stories
## Examples
feature(login): reset password on demand
send an email with unique reset url
display a form to define a new password
Closes #1234
----
fix(search): find products containing special chars
escape characters: +\@&
doc: http://google.fr/search
Closes #789
## Source
http://www.parleys.com/play/535a2846e4b03397a8eee892/chapter0/about
Last active
August 29, 2015 14:01
-
-
Save prcaen/3200a6cc4793d497b118 to your computer and use it in GitHub Desktop.
Git commit convention
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment