Skip to content

Commit c5cd648

Browse files
committed
chore: update PR template
1 parent cae1779 commit c5cd648

File tree

3 files changed

+49
-38
lines changed

3 files changed

+49
-38
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
## PR Checklist
2+
3+
Please check if your PR fulfills the following requirements:
4+
5+
<!--- [ ] Tests for the changes have been added (for bug fixes/features)-->
6+
7+
- [ ] Docs have been added/updated (for bug fixes/features)
8+
9+
## PR Type
10+
11+
What kind of change does this PR introduce?
12+
13+
<!-- Please check the one that applies to this PR using "x". -->
14+
15+
- [ ] Bugfix
16+
- [ ] Feature
17+
- [ ] Code style update (formatting, local variables)
18+
- [ ] Refactoring (no functional changes, no API changes)
19+
- [ ] Build related changes
20+
- [ ] CI-related changes
21+
- [ ] Documentation content changes
22+
- [ ] Other... Please describe:
23+
24+
## Issue Number
25+
26+
<!-- Bugs and features must be linked to an issue. -->
27+
28+
Issue Number: N/A
29+
30+
## Does this PR introduce a breaking change?
31+
32+
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
33+
34+
- [ ] Yes
35+
- [ ] No
36+
37+
## Other information
38+
39+
@coderabbitai summary
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## PR Type
2+
3+
What kind of change does this PR introduce?
4+
5+
<!-- Please check the one that applies to this PR using "x". -->
6+
7+
- [ ] Release

.github/pull_request_template.md

+3-38
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,4 @@
1-
## PR Checklist
1+
Please go to the `Preview` tab and select the appropriate sub-template:
22

3-
Please check if your PR fulfills the following requirements:
4-
5-
<!--- [ ] Tests for the changes have been added (for bug fixes/features)-->
6-
7-
- [ ] Docs have been added/updated (for bug fixes/features)
8-
9-
## PR Type
10-
11-
What kind of change does this PR introduce?
12-
13-
<!-- Please check the one that applies to this PR using "x". -->
14-
15-
- [ ] Bugfix
16-
- [ ] Feature
17-
- [ ] Code style update (formatting, local variables)
18-
- [ ] Refactoring (no functional changes, no API changes)
19-
- [ ] Build related changes
20-
- [ ] CI-related changes
21-
- [ ] Documentation content changes
22-
- [ ] Other... Please describe:
23-
24-
## Issue Number
25-
26-
<!-- Bugs and features must be linked to an issue. -->
27-
28-
Issue Number: N/A
29-
30-
## Does this PR introduce a breaking change?
31-
32-
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
33-
34-
- [ ] Yes
35-
- [ ] No
36-
37-
## Other information
38-
39-
@coderabbitai summary
3+
* [Default](?expand=1&template=default_request_template.md)
4+
* [Release](?expand=1&template=release_request_template.md)

0 commit comments

Comments
 (0)