From a4b0446b579fc659ea7a788557ad6d6dcc57ad10 Mon Sep 17 00:00:00 2001 From: Claire Peng <128436909+clairep94@users.noreply.github.com> Date: Fri, 5 Dec 2025 02:45:48 +0000 Subject: [PATCH] Add typecheck into pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index df080857be..5a64ef6bda 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,6 +6,7 @@ I have verified that this pull request: * [ ] has no linting errors (`npm run lint`) * [ ] has no test errors (`npm run test`) +* [ ] has no typecheck errors (`npm run typecheck`) * [ ] is from a uniquely-named feature branch and is up to date with the `develop` branch. * [ ] is descriptively named and links to an issue number, i.e. `Fixes #123` * [ ] meets the standards outlined in the [accessibility guidelines](https://github.com/processing/p5.js-web-editor/blob/develop/contributor_docs/accessibility.md)