aboutsummaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
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 -->