From ea3879fcd80f3d461ec9b2d17c4d99d477afc1bd Mon Sep 17 00:00:00 2001 From: Karel Ledru Date: Wed, 25 Dec 2024 23:19:45 -0500 Subject: [PATCH] Update 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 38028ce0..198afd45 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,5 +9,6 @@ Yes/No #000 ### Checklist - [ ] only relevant code is changed (make a diff before you submit the PR) +- [ ] do no modify the version in package.json or CHANGELOG.md - [ ] tests are included and pass: `yarn test` (see [details here](https://github.com/i18next/i18next-parser/blob/master/docs/development.md#tests)) - [ ] documentation is changed or added