Skip to content

Commit

Permalink
docs: improve issue templates for bug reports and feature requests
Browse files Browse the repository at this point in the history
- Enhance clarity and user-friendliness of Chinese issue templates
- Refine language in enhancement template for better understanding
- Add more descriptive priority options in bug report template
- Adjust phrasing to encourage more detailed user input
  • Loading branch information
EvanNotFound committed Dec 1, 2024
1 parent 114ec21 commit 215506c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-chinese.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ body:
label: 优先级
description: 请根据问题的严重程度选择优先级
options:
-
-
-
- (慢慢来)
- (尽快解决)
- (需立即解决)

- type: textarea
id: additional-info
attributes:
label: 其他信息
placeholder: 您还想分享的其他信息
placeholder: 还有什么需要补充的信息吗
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/enhancement-chinese.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: 功能建议 [中文版本]
description: 帮助改进 Redefine 主题
description: 帮助我们改进 Redefine 主题
title: "[功能建议]:"
labels: ["enhancement"]
assignees: ["EvanNotFound"]
body:
- type: markdown
attributes:
value: |
感谢您提出功能建议!请填写以下信息以帮助我们更好地理解您的想法
感谢您提出功能建议!请填写以下信息,以便我们更好地理解您的想法
- type: textarea
id: feature-description
attributes:
label: "功能描述"
description: "请详细描述您想要的功能"
description: "请详细描述您希望的功能"
placeholder: |
1. 这个功能是什么?
2. 这个功能解决什么问题
2. 这个功能解决了什么问题
3. 您期望的使用场景是什么?
validations:
required: true
Expand All @@ -25,21 +25,21 @@ body:
id: implementation
attributes:
label: "实现建议"
description: "如果您对如何实现这个功能有想法,请在这里分享"
description: "如果您对如何实现此功能有想法,请在此分享"
placeholder: "您认为这个功能应该如何实现?可以参考其他类似项目的实现方式。"

- type: textarea
id: screenshots
attributes:
label: "设计参考"
description: "如果有类似功能的截图或设计稿,请在这里分享"
description: "如果有类似功能的截图或设计稿,请在此分享"
placeholder: "可以是草图、截图或其他参考资料"

- type: dropdown
id: priority
attributes:
label: "优先级"
description: "您认为这个功能的重要程度如何"
description: "您认为此功能的重要程度如何"
options:
- 低(锦上添花)
- 中(较为重要)
Expand Down

0 comments on commit 215506c

Please sign in to comment.