From 54e1ecf8b3b5e4763f0350326370b4a76007866e Mon Sep 17 00:00:00 2001 From: hulkoba Date: Tue, 7 Apr 2026 12:36:34 +0200 Subject: [PATCH] chore: add type check to PR 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 5c062b7b63..bebbfac16e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -40,4 +40,5 @@ - [ ] This is my own work, I did not use AI, LLM's or similar technology for code or docs generation - [ ] Code is written and works correctly - [ ] Changes are covered by tests +- [ ] I modified the [types](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/pouchdb) to reflect the changes, if necessary - [ ] Documentation changes were made in the `docs` folder