Skip to content

Commit 0bc9f63

Browse files
dargmueslijaylinski
authored andcommitted
chore(pull-request-template): correct types path
I think it's `/types` now.
1 parent ae83edd commit 0bc9f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Generally we like to see pull requests that
77
- [ ] Are focused on a single change (i.e. avoid large refactoring or style adjustments in untouched code if not the primary goal of the pull request)
88
- [ ] Have good commit messages
99
- [ ] Have tests
10-
- [ ] Have the [typings](https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html) (lib/handlebars.d.ts) updated on every API change. If you need help, updating those, please mention that in the PR description.
10+
- [ ] Have the [typings](https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html) (types/index.d.ts) updated on every API change. If you need help, updating those, please mention that in the PR description.
1111
- [ ] Don't significantly decrease the current code coverage (see coverage/lcov-report/index.html)
1212
- [ ] Currently, the `4.x`-branch contains the latest version. Please target that branch in the PR.

0 commit comments

Comments
 (0)