Skip to content

Commit 00cddc6

Browse files
committed
feat: add pr template
1 parent da3806f commit 00cddc6

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## What type of PR is this?
2+
3+
- [ ] Feature
4+
- [ ] Bugfix
5+
- [ ] Test
6+
- [ ] Documentation
7+
- [ ] Refactor
8+
9+
## What this PR does / why we need it:
10+
11+
12+
## Which issue(s) this PR fixes:
13+
<!--
14+
*Automatically closes linked issue when PR is merged.
15+
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
16+
_If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_*
17+
-->
18+
Fixes #
19+
20+
21+
## Does this PR introduce a user-facing change?
22+
<!--
23+
If no, just write "NONE" in the release-note block below.
24+
If yes, a screenshot is required:
25+
-->
26+
- [ ] Yes(screenshot is required)
27+
- [ ] No
28+
29+
30+
## Special notes for your reviewer:
31+
32+

0 commit comments

Comments
 (0)