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
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
Please read the [Code of Conduct](https://github.com/nodejs/nodejs.dev/blob/main/CODE_OF_CONDUCT.md) and the [Contributing Guidelines](https://github.com/nodejs/nodejs.dev/blob/main/CONTRIBUTING.md) before opening a pull request.
3
3
-->
4
4
5
+
### Check List
6
+
7
+
<!--
8
+
ATTENTION
9
+
Please follow this check list to ensure that you've followed all items before opening this PR
10
+
-->
11
+
12
+
-[ ] I have read the [Contributing Guidelines](https://github.com/nodejs/nodejs.dev/blob/main/CONTRIBUTING.md) and made commit messages that follow the guideline.
13
+
-[ ] I have run `npm run lint:js -- --fix` and/or `npm run lint:md -- --fix` for my JavaScript and/or Markdown changes.
14
+
- This is important as most of the cases your code changes might not be correctly linted
15
+
-[ ] I have run `npm run test` to check if all tests are passing, and/or `npm run test -- -u` to update snapshots if I created and/or updated React Components.
16
+
-[ ] I have checked that the build works locally and that `npm run build` and `npm run build-storybook` work fine.
17
+
-[ ] I've covered new added functionality with unit tests if necessary.
18
+
5
19
## Description
6
20
7
21
<!-- Write a brief description of the changes introduced by this PR -->
0 commit comments