Skip to content

Commit

Permalink
chore: update PR template (#2351)
Browse files Browse the repository at this point in the history
* chore: update PR template

* Change “package” to “module”
  • Loading branch information
SoManyHs authored and Elad Ben-Israel committed Apr 22, 2019
1 parent 48d536b commit 486a7a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
* [ ] Docs
- __jsdocs__: All public APIs documented
- __README__: README and/or documentation topic updated
- __Design__: For significant features, design document added to `design` folder
* [ ] Title and Description
- __Change type__: title prefixed with **fix**, **feat** will appear in changelog
- __Change type__: title prefixed with **fix**, **feat** and module name in parens, which will appear in changelog
- __Title__: use lower-case and doesn't end with a period
- __Breaking?__: last paragraph: "BREAKING CHANGE: <describe what changed + link for details>"
- __Issues__: Indicate issues fixed via: "**Fixes #xxx**" or "**Closes #xxx**"
Expand Down

0 comments on commit 486a7a8

Please sign in to comment.