Skip to content

Commit

Permalink
Added to PR checklist point: "Extend the types in index.d.ts file (if…
Browse files Browse the repository at this point in the history
… necessary)"
  • Loading branch information
sfc-gh-pmotacki committed Sep 27, 2024
1 parent b624a8f commit 9b4df7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9b4df7b

Please sign in to comment.