aboutsummaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-10-28 06:40:25 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-10-28 06:40:25 +0530
commit976f0f6436106fc96651c55c2e254f21a642fe15 (patch)
tree2032c66c0d31d98b0b55e9a7267146e82f079424 /.github/PULL_REQUEST_TEMPLATE.md
parentfix: 'failed prop' warning in QuickSwitchModal, SettingsNavigation, SettingsW... (diff)
downloadferdium-app-976f0f6436106fc96651c55c2e254f21a642fe15.tar.gz
ferdium-app-976f0f6436106fc96651c55c2e254f21a642fe15.tar.zst
ferdium-app-976f0f6436106fc96651c55c2e254f21a642fe15.zip
Revert "Switch from 'npm' to 'pnpm' (#704)"
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 44abd46f8..566c78584 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -25,12 +25,10 @@
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
29- [ ] My pull request is properly named 28- [ ] My pull request is properly named
30- [ ] The changes respect the code style of the project (`pnpm prepare-code`) 29- [ ] The changes respect the code style of the project (`npm run prepare-code`)
31- [ ] `pnpm test` passes 30- [ ] `npm test` passes
32- [ ] I tested/previewed my changes locally 31- [ ] I tested/previewed my changes locally
33 32
34#### Release Notes 33#### Release Notes
35
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 --> 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 -->