aboutsummaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorLibravatar Balaji Vijayakumar <kuttibalaji.v6@gmail.com>2022-11-25 05:31:46 +0530
committerLibravatar GitHub <noreply@github.com>2022-11-25 00:01:46 +0000
commitc04b71b2c79bdc5b1612ef0e98f351d1193bdec9 (patch)
treeb46106d37f6d4ecc2bb366fcf5418ac3f478fe42 /.github/PULL_REQUEST_TEMPLATE.md
parentPull in new version of 'recipes' submodule (diff)
downloadferdium-app-c04b71b2c79bdc5b1612ef0e98f351d1193bdec9.tar.gz
ferdium-app-c04b71b2c79bdc5b1612ef0e98f351d1193bdec9.tar.zst
ferdium-app-c04b71b2c79bdc5b1612ef0e98f351d1193bdec9.zip
Switch npm to pnpm (#714)
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 566c78584..44abd46f8 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -25,10 +25,12 @@
25 25
26#### Checklist 26#### Checklist
27<!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> 27<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
28
28- [ ] My pull request is properly named 29- [ ] My pull request is properly named
29- [ ] The changes respect the code style of the project (`npm run prepare-code`) 30- [ ] The changes respect the code style of the project (`pnpm prepare-code`)
30- [ ] `npm test` passes 31- [ ] `pnpm test` passes
31- [ ] I tested/previewed my changes locally 32- [ ] I tested/previewed my changes locally
32 33
33#### Release Notes 34#### Release Notes
35
34<!-- Please add a one-line description for users of Ferdium to read in the release notes, or 'none' if no notes relevant to such users. Examples and help on special cases: https://github.com/electron/clerk/blob/master/README.md#examples --> 36<!-- Please add a one-line description for users of Ferdium to read in the release notes, or 'none' if no notes relevant to such users. Examples and help on special cases: https://github.com/electron/clerk/blob/master/README.md#examples -->