From 1b7d572e343200fd9f518995f37f31ee2f9d9b89 Mon Sep 17 00:00:00 2001 From: Przemyslaw Motacki Date: Fri, 27 Sep 2024 11:06:46 +0200 Subject: [PATCH] Added to PR checklist point: "Extend the types in index.d.ts file (if necessary)" --- .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 b7d430c57..766856111 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,5 +5,6 @@ Please explain the changes you made here. - [ ] Format code according to the existing code style (run `npm run lint:check -- CHANGED_FILES` and fix problems in changed code) - [ ] Create tests which fail without the change (if possible) - [ ] Make all tests (unit and integration) pass (`npm run test:unit` and `npm run test:integration`) +- [ ] Extend the types in index.d.ts file (if necessary) - [ ] Extend the README / documentation and ensure is properly displayed (if necessary) - [ ] Provide JIRA issue id (if possible) or GitHub issue id in commit message