Skip to content

Commit

Permalink
chore: simplify GitHub issue templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
fky2015 committed Apr 6, 2024
1 parent 53e9cee commit 8775738
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 23 deletions.
26 changes: 6 additions & 20 deletions .github/ISSUE_TEMPLATE/bug-report-ZH.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,44 +11,31 @@ body:
- type: textarea
id: what-happened
attributes:
label: 发生了什么?
label: 发生了什么?
description: 请描述你遇到的问题。
placeholder: _清晰而简明地描述我所遇到的问题。_
validations:
required: true
- type: textarea
id: what-is-expected
attributes:
label: 你期望的结果
label: 你期望的结果
description: 提供一下你期望的结果。
placeholder: _简述我期望得到的正确结果。_
validations:
required: false
- type: textarea
id: step-to-reproduce
attributes:
label: 问题复现的步骤
description: 我们如何才能帮你复现这个问题?
label: 问题复现的步骤(或者截图)
description: 我们如何才能帮你复现这个问题? (如果问题比较复杂,请考虑提供一个能够供我们编译的、可复现的示例。)
placeholder: |
1. 打开 '...'
2. 点击 '...'
3. 移动到 '...'
4. 就能看见这个问题 '...'
validations:
required: true
- type: textarea
id: MRE
attributes:
label: 最小可复现用例或者截图
description: 如果问题比较复杂,请考虑提供一个能够供我们编译的、可复现的示例。
placeholder: |
_(首选)提供一个“[最小可复现用例](https://en.wikipedia.org/wiki/Minimal_working_example)”,
请注意删除任何可能泄漏的重要信息,我们将不会对其中的信息泄漏问题负责。_
_(备选,但不推荐)请提供关键信息的截图来描述问题。注意请尽可能地截全。_
validations:
required: false
- type: dropdown
id: os
attributes:
Expand All @@ -65,7 +52,7 @@ body:
id: software
attributes:
label: LaTeX 发行版以及发行年份
placeholder: TexLive 2021
placeholder: TexLive 2024
validations:
required: false
- type: dropdown
Expand All @@ -85,7 +72,6 @@ body:
- type: textarea
id: logs
attributes:
label: 日志信息
label: 日志信息(可选)
description: 请复制并粘贴任何相关的日志输出。这将被自动格式化为代码,所以不需要“`”符号。
render: shell

4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/release-tracker.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ labels: Release
---

- [ ] 提升版本号到最新
- [ ] 通过单元测试
- [ ] 上传新的模板到 Overleaf
- [ ] 模板是否需要更新
- [ ] 发布新的 Release
- [ ] 发布新的 Release

0 comments on commit 8775738

Please sign in to comment.