Skip to content

Commit 1893931

Browse files
Chore(pull_request_template.md): introduce (#17)
1 parent eeb9bf9 commit 1893931

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/pull_request_template.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## Description
2+
3+
<!--
4+
Thank you for your contribution! Please provide details for what and why this PR is needed.
5+
6+
If it is a bug-fix, please cover the reproduction(s) with unit test(s).
7+
-->
8+
9+
## Related Issue
10+
11+
## Checklist
12+
13+
<!--
14+
You can check the items by adding an `x` between the brackets, like this: - [x]
15+
-->
16+
17+
<!--
18+
See https://github.com/nodejs-loaders/nodejs-loaders.github.io/blob/main/CONTRIBUTING.md for tips opening a PR, like checking for lint.
19+
-->
20+
21+
The following have been checked:
22+
23+
- [ ] `node --run test:unit` passes
24+
- [ ] `node --run biome:ci` passes
25+
- [ ] `node --run build` passes
26+
- [ ] `node --run types:check` passes
27+
28+
<!-- Thank you for your contribution to the project. Please provide the details of your contribution and ensure that you have checked the items in the checklist. -->

0 commit comments

Comments
 (0)