You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
3
3
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!
4
4
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".
7
7
-->
8
8
9
9
<!-- Usual pull template -->
@@ -18,13 +18,13 @@
18
18
## PR Type
19
19
**What kind of change does this PR introduce?**<!-- (Check one with "x") -->
20
20
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.
28
28
-[ ] Other... Please describe:
29
29
30
30
## What is the current behavior?
@@ -36,8 +36,8 @@ Issue Number(s): N/A
36
36
37
37
38
38
## Does this PR introduce a breaking change?
39
-
-[ ] Yes
40
-
-[ ] No
39
+
-[ ] Yes.
40
+
-[ ] No.
41
41
42
42
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
0 commit comments