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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Please check your PR title with the below requirements:
23
23
-->
24
24
-[ ] This PR title match the format: \<type\>(optional scope): \<description\>
25
25
-[ ] The description of this PR title is user-oriented and clear enough for others to understand.
26
+
-[ ] Attach the PR updating the user documentation if the current PR requires user awareness at the usage level. [User docs repo](https://github.com/cloudwego/cloudwego.github.io)
26
27
27
28
28
29
#### (Optional) Translate the PR title into Chinese.
@@ -35,8 +36,13 @@ Provide more detailed info for review(e.g., it's recommended to provide perf dat
35
36
en:
36
37
zh(optional):
37
38
38
-
#### Which issue(s) this PR fixes:
39
+
#### (Optional) Which issue(s) this PR fixes:
39
40
<!--
40
41
Automatically closes linked issue when PR is merged.
41
42
Eg: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
42
43
-->
44
+
45
+
#### (optional) The PR that updates user documentation:
46
+
<!--
47
+
If the current PR requires user awareness at the usage level, please submit a PR to update user docs. [User docs repo](https://github.com/cloudwego/cloudwego.github.io)
0 commit comments