Skip to content

Commit 0b937e9

Browse files
authored
Update PULL_REQUEST_TEMPLATE.md
1 parent 7d17770 commit 0b937e9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
33
1. Please, write pulls readme in English. Not all contributors/collaborators know Chinese language and Google translate can't always give true translates on issues. Thanks!
44
5-
2. If your pull is short and simple, recommended to use "Usual pull template" only.
6-
If your pull is big and include many separated changes, recommended to use "Usual pull template" with "BIG pull template".
5+
2. If your pull is short and simple, recommended to use "Usual pull template".
6+
If your pull is big and include many separated changes, recommended to use "BIG pull template".
77
-->
88

99
<!-- Usual pull template -->
@@ -18,13 +18,13 @@
1818
## PR Type
1919
**What kind of change does this PR introduce?** <!-- (Check one with "x") -->
2020

21-
- [ ] Bugfix
22-
- [ ] Feature
23-
- [ ] Code style update (formatting, local variables)
24-
- [ ] Refactoring (no functional changes, no api changes)
25-
- [ ] Build related changes
26-
- [ ] CI related changes
27-
- [ ] Documentation content changes
21+
- [ ] Bugfix.
22+
- [ ] Feature.
23+
- [ ] Code style update (formatting, local variables).
24+
- [ ] Refactoring (no functional changes, no api changes).
25+
- [ ] Build related changes.
26+
- [ ] CI related changes.
27+
- [ ] Documentation content changes.
2828
- [ ] Other... Please describe:
2929

3030
## What is the current behavior?
@@ -36,8 +36,8 @@ Issue Number(s): N/A
3636

3737

3838
## Does this PR introduce a breaking change?
39-
- [ ] Yes
40-
- [ ] No
39+
- [ ] Yes.
40+
- [ ] No.
4141

4242
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
4343

0 commit comments

Comments
 (0)