Skip to content

Commit ea9bcec

Browse files
authored
Merge pull request #6484 from RainbowMango/pr_enhance_prtemplate
improve pull request template
2 parents 0b75a70 + 97a3d51 commit ea9bcec

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,48 @@
22

33
<!--
44
Add one of the following kinds:
5-
6-
/kind api-change
75
/kind bug
6+
/kind feature
7+
/kind documentation
88
/kind cleanup
9+
10+
Optionally add one or more of the following kinds if applicable:
11+
/kind api-change
912
/kind deprecation
10-
/kind design
11-
/kind documentation
1213
/kind failing-test
13-
/kind feature
1414
/kind flake
15+
/kind regression
1516
1617
-->
1718

1819
**What this PR does / why we need it**:
1920

2021
**Which issue(s) this PR fixes**:
22+
<!--
23+
*Automatically closes linked issue when PR is merged.
24+
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.*
25+
-->
2126
Fixes #
2227

28+
<!--
29+
*Optionally link to the umbrella issue if this PR resolves part of it.
30+
Usage: `Part of #<issue number>`, or `Part of (paste link of issue)`.*
31+
Part of #
32+
-->
33+
2334
**Special notes for your reviewer**:
35+
<!--
36+
Such as a test report of this PR.
37+
-->
2438

2539
**Does this PR introduce a user-facing change?**:
2640
<!--
2741
If no, just write "NONE" in the release-note block below.
2842
If yes, a release note is required.
43+
Some brief examples of release notes:
44+
1. `karmada-controller-manager`: Fixed the issue that xxx
45+
2. `karmada-scheduler`: The deprecated flag `--xxx` now has been removed. Users of this flag should xxx.
46+
3. `API Change`: Introduced `spec.<field>` to the PropagationPolicy API for xxx.
2947
-->
3048
```release-note
3149

0 commit comments

Comments
 (0)