Skip to content

Commit

Permalink
chore: Indent the title format options correctly (#1230)
Browse files Browse the repository at this point in the history
This makes for a better rendering.
  • Loading branch information
RomainMuller authored Nov 22, 2018
1 parent da6a799 commit b1f42f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ manually executed (paste output to the PR description)
### Title and description

- [ ] __Change type__: Title is prefixed with change type:
* `fix(module): <title>` bug fix (_patch_)
* `feat(module): <title>` feature/capability (_minor_)
* `chore(module): <title> ` won't appear in changelog
* `build(module): <title>` won't appear in changelog
* `fix(module): <title>` bug fix (_patch_)
* `feat(module): <title>` feature/capability (_minor_)
* `chore(module): <title> ` won't appear in changelog
* `build(module): <title>` won't appear in changelog
- [ ] __Title format__: Title uses lower case and doesn't end with a period
- [ ] __Breaking change?__: Last paragraph of description is: `BREAKING
CHANGE: <describe exactly what changed and how to achieve similar behavior +
Expand Down

0 comments on commit b1f42f9

Please sign in to comment.