You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,12 @@
25
25
26
26
#### Checklist
27
27
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
28
+
28
29
-[ ] My pull request is properly named
29
-
-[ ] The changes respect the code style of the project (`npm run prepare-code`)
30
-
-[ ]`npm test` passes
30
+
-[ ] The changes respect the code style of the project (`pnpm prepare-code`)
31
+
-[ ]`pnpm test` passes
31
32
-[ ] I tested/previewed my changes locally
32
33
33
34
#### Release Notes
35
+
34
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 -->
Copy file name to clipboardExpand all lines: .github/config.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ newPRWelcomeComment: |
5
5
Things that will help get your PR across the finish line:
6
6
7
7
- Follow the JavaScript [coding style](https://github.com/electron/electron/blob/master/docs/development/coding-style.md) as recommended by the Electron project.
8
-
- Run `npm run lint` locally to catch formatting errors earlier.
8
+
- Run `pnpm lint` locally to catch formatting errors earlier.
9
9
- Document any user-facing changes you've made by including screenshots and animated GIFs whenever possible.
10
10
11
11
We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can.
0 commit comments