This commit is contained in:
smallfawn
2025-03-10 19:42:02 +08:00
parent 8c288e2d5d
commit ff0bfa0a1e
2 changed files with 5 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
name: 返回脚本BUG
name: 反馈脚本BUG
description: 在使用 脚本 的过程中遇到了错误
title: "[Bug]: "
labels: ["bug?"]
@@ -8,7 +8,6 @@ body:
- type: markdown
attributes:
value: |
## 感谢您愿意填写错误回报!
## 以下是一些注意事项,请务必阅读让我们能够更容易处理
### ❗ | 确定没有相同问题的ISSUE已被提出.
### 🌎| 请准确填写环境信息
@@ -16,13 +15,6 @@ body:
## 如果您不知道如何有效、精准地表述,我们建议您先阅读《提问的智慧》
链接: [《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md)
---
- type: checkboxes
id: terms
attributes:
label: 请确保您已阅读以上注意事项,并勾选下方的确认框。
options:
- label: 我已知晓并同意,此处仅用于汇报程序中存在的问题。若这个 Issue 是关于其他非程序本身问题,则我的 Issue 可能会被无条件自动关闭或/并锁定。(这些问题应当在 Discussion 板块提出。)
required: true
# Input | Expected result
- type: textarea

View File

@@ -1,9 +1,7 @@
name: 新功能提议
title: "[功能提议] " # 默认标题前缀,用户可以修改
labels: ["feature request"] # 标签必须是字符串数组
description : |
### 📝 | 描述新功能的实现方法和用户场景。
### ✅
title: "[功能提议] " # 默认标题前缀,用户可以修改
labels: ["feature request"] # 标签必须是字符串数组
description: 描述新功能的实现方法和用户场景。
body:
- type: input
@@ -22,4 +20,4 @@ body:
description: 请详细描述新功能的实现方法和用户场景。
placeholder: 例如我希望添加一个新功能能够在APP主界面直接显示用户最近的活动记录方便用户快速回顾和管理。
validations:
required: true
required: true