Compare commits

...

10 Commits

Author SHA1 Message Date
smallfawn
59c711a134 set 2025-03-10 19:49:29 +08:00
smallfawn
604385315e Update new.yml 2025-03-10 19:48:48 +08:00
smallfawn
ff0bfa0a1e A 2025-03-10 19:42:02 +08:00
smallfawn
8c288e2d5d Update new.yml 2025-03-10 19:40:56 +08:00
smallfawn
09585247e5 Update new.yml 2025-03-10 19:38:06 +08:00
smallfawn
85de87b246 Update new.yml 2025-03-10 19:37:51 +08:00
smallfawn
98d838122b Update new.yml 2025-03-10 19:36:51 +08:00
smallfawn
9510b5e5fd Update new.yml 2025-03-10 19:36:00 +08:00
smallfawn
ba011ae311 Create new.yml 2025-03-10 19:33:26 +08:00
smallfawn
187f3e19f3 Create bug.yml 2025-03-10 19:30:53 +08:00
2 changed files with 68 additions and 0 deletions

45
.github/ISSUE_TEMPLATE/bug.yml vendored Normal file
View File

@ -0,0 +1,45 @@
name: 反馈脚本BUG
description: 在使用 脚本 的过程中遇到了错误
title: "[Bug反馈]: "
labels: ["bug?"]
body:
# User's README and agreement
- type: markdown
attributes:
value: |
## 以下是一些注意事项,请务必阅读让我们能够更容易处理
### ❗ | 确定没有相同问题的ISSUE已被提出.
### 🌎| 请准确填写环境信息
### ❔ | 提供出现问题完整日志内容。请自行删除日志内存在的个人信息及敏感内容。
## 如果您不知道如何有效、精准地表述,我们建议您先阅读《提问的智慧》
链接: [《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md)
---
# Input | Expected result
- type: textarea
id: expected
attributes:
label: 脚本名字
validations:
required: true
# Input | Actual result
- type: textarea
id: actual
attributes:
label: 实际的结果是什么? 期望的结果是什么?
validations:
required: true
# Optional | Logging
- type: textarea
id: logging
attributes:
label: 日志记录(可选)
render: javascript
# Optional | Reproduce code
- type: textarea
id: reproduce-code
attributes:
label: 简单的复现代码/链接(可选)

23
.github/ISSUE_TEMPLATE/new.yml vendored Normal file
View File

@ -0,0 +1,23 @@
name: 新功能提议
title: "[功能提议] " # 默认标题前缀,用户可以修改
labels: ["enhancement?"] # 标签必须是字符串数组
description: 描述新功能的实现方法和用户场景。
body:
- type: input
id: function_name
attributes:
label: 功能名字
description: 请说明新功能适用的平台,例如 APP、网页或小程序。
placeholder: 例如APP
validations:
required: true
- type: textarea
id: function_description
attributes:
label: 需要添加的功能内容
description: 请详细描述新功能的实现方法和用户场景。
placeholder: 例如我希望添加一个新功能能够在APP主界面直接显示用户最近的活动记录方便用户快速回顾和管理。
validations:
required: true