Skip to content

Commit

Permalink
docs(contributing): update commit message example (#4560)
Browse files Browse the repository at this point in the history
Fix #4559
  • Loading branch information
aslushnikov committed Jun 10, 2019
1 parent dd6fcfe commit e1432cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -95,7 +95,7 @@ footer
- `test` - changes to puppeteer tests infrastructure.
- `style` - puppeteer code style: spaces/alignment/wrapping etc.
- `chore` - build-related work, e.g. doclint changes / travis / appveyor.
2. *namespace* is put in parenthesis after label and is optional.
2. *namespace* is put in parenthesis after label and is optional. Must be lowercase.
3. *title* is a brief summary of changes.
4. *description* is **optional**, new-line separated from title and is in present tense.
5. *footer* is **optional**, new-line separated from *description* and contains "fixes" / "references" attribution to github issues.
Expand All @@ -104,7 +104,7 @@ footer
Example:

```
fix(Page): fix page.pizza method
fix(page): fix page.pizza method
This patch fixes page.pizza so that it works with iframes.
Expand Down

0 comments on commit e1432cc

Please sign in to comment.