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
{{ message }}
This repository was archived by the owner on Dec 4, 2025. It is now read-only.
- remove checkout with ref
- update issue template: Add a check for the latest version with a message prompting users to update to the latest version if they are not already using it
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+12-10Lines changed: 12 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ body:
6
6
attributes:
7
7
value: |
8
8
Thanks for taking the time to fill out this bug report!
9
+
10
+
If you use the version is not the latest version, please upgrade to the latest version and try again!
9
11
10
12
- type: input
11
13
id: contact
@@ -20,7 +22,7 @@ body:
20
22
id: version
21
23
attributes:
22
24
label: Version
23
-
description: What version of smart-doc are you running?
25
+
description: What version of smart-doc are you running? (If you use the version is not the latest version, please upgrade to the latest version and try again!)
24
26
placeholder: ex. 3.0.5
25
27
validations:
26
28
required: true
@@ -57,23 +59,23 @@ body:
57
59
- type: textarea
58
60
id: bug-description
59
61
attributes:
60
-
label: Describe the bug(BUG描述,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
62
+
label: Describe the bug (Bug描述,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
61
63
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
description: If you're describing a bug, tell us what should happen.If you're suggesting a change/improvement, tell us how it should work
70
72
validations:
71
73
required: true
72
74
73
75
- type: textarea
74
76
id: current-behavior
75
77
attributes:
76
-
label: Current Behavior(当前结果,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
78
+
label: Current Behavior(当前结果,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
77
79
description: If describing a bug, tell us what happens instead of the expected behavior.If suggesting a change/improvement, explain the difference from current behavior
78
80
validations:
79
81
required: true
@@ -90,24 +92,24 @@ body:
90
92
- type: textarea
91
93
id: possible-solution
92
94
attributes:
93
-
label: Possible Solution(Bug解决建议,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
95
+
label: Possible Solution(Bug解决建议,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
94
96
description: Not obligatory, but suggest a fix/reason for the bug,or ideas how to implement the addition or change
0 commit comments