Skip to content

Commit

Permalink
chore: 修改 Issues 模板
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloWRC authored Sep 21, 2024
1 parent 7303b38 commit cbc2b12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/BugReport.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bug 反馈
description: 在使用 ClassIsland 的过程中遇到了 Bug。
title: (在这里输入你的标题)
labels: ["Bug"]
labels: ["Bug", "待查看"]
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -30,7 +30,7 @@ body:
value: |
### Bug 信息
描述您遇到的 Bug。您可以附上截图、录屏、堆栈跟踪、日志等材料,便于开发者追踪问题。您可以阅读[此处的文档](https://docs.classisland.tech/zh-cn/latest/app/reporting-issue/)来了解如何收集跟踪错误需要的信息。
描述您遇到的 Bug。您可以附上截图、录屏、堆栈跟踪、日志等材料,便于开发者追踪问题。**您可以阅读[此处的文档](https://docs.classisland.tech/app/reporting-issue/)来了解如何收集跟踪错误需要的信息。**
- type: textarea
id: excepted
attributes:
Expand Down
10 changes: 7 additions & 3 deletions .github/ISSUE_TEMPLATE/FeatureRequest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 功能请求
description: 提出一项新的功能。
title: (在这里输入你的标题)
labels: ["新功能"]
labels: ["新功能", "待查看"]
body:
- type: markdown
attributes:
Expand All @@ -10,6 +10,10 @@ body:
> [!important]
> 重要:如果您想要提出 **多项功能**,请为每一个功能开一个单独的 issue。
>
> 在提出功能请求前,**一定要看一看[贡献指南](https://github.com/ClassIsland/ClassIsland/blob/master/CONTRIBUTING.md#%E6%8F%90%E4%BA%A4%E5%8A%9F%E8%83%BD%E8%AF%B7%E6%B1%82)中提交功能请求相关的部分!**
>
> 由于开发者时间精力有限,加上已经积压了大量的功能请求,提交的功能请求可能需要比较久的时间才能实现。
- type: checkboxes
id: checklist
attributes:
Expand All @@ -18,9 +22,9 @@ body:
options:
- label: 我已将本应用更新到最新测试版 ![最新的版本号](https://img.shields.io/github/v/release/ClassIsland/ClassIsland?include_prereleases&style=flat-square&label=),并看过[最新提交](https://github.com/ClassIsland/ClassIsland/commits/dev/),确认我想要的功能还没有实现。
required: true
- label: 我已在 [Issues](https://github.com/ClassIsland/ClassIsland/issues?q=label%3A新功能) 和 [ClassIsland 文档](https://docs.classisland.tech/zh-cn/latest/app/)中检索,确认我想要的功能未被提交过。
- label: 我已在 [Issues](https://github.com/ClassIsland/ClassIsland/issues?q=label%3A新功能) 和 [ClassIsland 文档](https://docs.classisland.tech/app/)中检索,确认我想要的功能未被提交过。
required: true
- label: 我认为我想要的功能是用户广泛需要的,插件不能替代的,且没有超出 ClassIsland 作为**灵动课表**的开发目标,而非添加与课表及教学辅助无关的内容。(您可以学习[编写插件](https://docs.classisland.tech/zh-cn/latest/dev/plugins/create-project/)来实现特殊的需求)。
- label: 我认为我想要的功能是用户广泛需要的,插件不能替代的,且没有超出 ClassIsland 作为**灵动课表**的开发目标,而非添加与课表及教学辅助无关的内容。(您可以学习[编写插件](https://docs.classisland.tech/dev/plugins/create-project/)来实现特殊的需求)。
required: true
- label: 我已知晓由于开发者时间精力有限,加上已经积压了大量的功能请求,我提交的功能请求可能需要比较久的时间才能实现。
required: true
Expand Down

0 comments on commit cbc2b12

Please sign in to comment.