Skip to content

Commit

Permalink
[ci skip] Fix cn issue template style
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Sep 23, 2024
1 parent 99d095f commit ef7eeb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/zh_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ body:
- type: markdown
attributes:
value: |
在反馈问题之前请确保您正在使用最新版本的 Leaf并浏览 [Issues](https://github.com/Winds-Studio/Leaf/issues)检查你的问题是否已被汇报!
在反馈问题之前, 请确保您正在使用最新版本的 Leaf, 并浏览 [Issues](https://github.com/Winds-Studio/Leaf/issues), 检查你的问题是否已被汇报!
- type: checkboxes
attributes:
label: 自我检查表
description: |
在浏览并填写其他选项之前 请先勾选以下的框.
在浏览并填写其他选项之前, 请先勾选以下的框
options:
- label: 我已经浏览过Issue并确保汇报的不是已知问题
- label: 我已经浏览过Issue, 并确保汇报的不是已知问题
required: true
- label: 我勾选了所有框, 因为我根本就没仔细看他们是什么
required: false
Expand All @@ -40,7 +40,7 @@ body:
- type: textarea
attributes:
label: 如何复现?
description: 简单描述复现此问题的步骤
description: 简单描述复现此问题的步骤
placeholder: |
1. 进入服务器 '...'
2. 输入/example '...'
Expand All @@ -53,12 +53,12 @@ body:
attributes:
label: Spark profiler 链接
description: |
粘贴你的 Spark profiler 链接到此处Spark profiler 往往包含了对解决此问题有用的信息
粘贴你的 Spark profiler 链接到此处, Spark profiler 往往包含了对解决此问题有用的信息,
查阅 https://spark.lucko.me/docs/ 来学习如何使用Spark。
validations:
required: true

- type: input
attributes:
label: 错误日志 (如存在)
description: 请上传完整的报错信息或完整日志到 https://mclo.gs 或 https://gist.github.com 并将链接粘贴在此处。
description: 请上传完整的报错信息或完整日志到 https://mclo.gs 或 https://gist.github.com , 并将链接粘贴在此处。
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/zh_feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ body:
- type: markdown
attributes:
value: |
感谢您抽出宝贵的时间为 Leaf 提交功能请求!请尽您所能填写以下表格以帮助我们理解您的功能请求并大大提高其被添加的机会。
感谢您抽出宝贵的时间为 Leaf 提交功能请求!请尽您所能填写以下表格, 以帮助我们理解您的功能请求, 并大大提高其被添加的机会。
- type: textarea
attributes:
label: 你想加入什么功能?
description: 用几句话尽可能清晰详细的描述你所需要的功能或者建议。
description: 用几句话尽可能清晰, 详细的描述你所需要的功能或者建议。
validations:
required: true

0 comments on commit ef7eeb8

Please sign in to comment.