Skip to content

Commit 33b16c7

Browse files
authored
document pull request process (#60)
1 parent 9c8819e commit 33b16c7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Please finish the following when submitting a pull request:
2+
3+
- [ ] Add a line to `History.md` briefly documenting the change.
4+
5+
If this is a release, additionally do the following:
6+
7+
- [ ] Bump the package version in `package.json`
8+
- [ ] Update the dependencies in `package.json`
9+
- [ ] Run `npm install` to update `package-lock.json`
10+
11+
Thanks!

0 commit comments

Comments
 (0)