From 0bc9f634ca62c24bbd2dddc3e6a7340f0c090f4d Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Fri, 8 Sep 2023 17:22:59 +0200 Subject: [PATCH] chore(pull-request-template): correct types path I think it's `/types` now. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c653c915..66c9b9fd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,6 +7,6 @@ Generally we like to see pull requests that - [ ] 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) - [ ] Have good commit messages - [ ] Have tests -- [ ] 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. +- [ ] 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. - [ ] Don't significantly decrease the current code coverage (see coverage/lcov-report/index.html) - [ ] Currently, the `4.x`-branch contains the latest version. Please target that branch in the PR.