Skip to content

Commit aa80fcf

Browse files
authored
chore: update pr template (#217)
1 parent ea63799 commit aa80fcf

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#### What type of PR is this?
2-
32
<!--
43
Add one of the following kinds:
54
@@ -16,16 +15,28 @@ test: Adding missing tests or correcting existing tests
1615
chore: Changes to the build process or auxiliary tools and libraries such as documentation generation
1716
-->
1817

19-
#### What this PR does / why we need it (English/Chinese):
18+
#### Check the PR title.
19+
<!--
20+
The description of title will be attached in Release Notes,
21+
so please describe it from user-oriented, what this PR does / why we need it.
22+
Please check your PR title with below requirements:
23+
-->
24+
- [ ] The PR title match the format: \<type\>(optional scope): \<description\>
25+
- [ ] The description of PR title is from user-oriented and clear enough for others to understand.
26+
2027

28+
#### (Optional) Translate the PR title into Chinese.
29+
30+
31+
#### (Optional) More detail description for this PR(en: English/zh: Chinese).
2132
<!--
22-
The description will be attached in Release Notes,
23-
so please describe it from user-oriented.
33+
Provide more detail info for review. If it is a perf type PR, perf data is suggested to give.
2434
-->
35+
en:
36+
zh(optional):
2537

2638
#### Which issue(s) this PR fixes:
27-
2839
<!--
29-
*Automatically closes linked issue when PR is merged.
40+
Automatically closes linked issue when PR is merged.
3041
Eg: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
31-
-->
42+
-->

0 commit comments

Comments
 (0)