Compare commits

..

No commits in common. "59c711a1349ed147bb5aac9344dc3656aa7a7608" and "9360acb49ebf14d0eac2b07aef4dd9b1e03e28d6" have entirely different histories.

2 changed files with 0 additions and 68 deletions

View File

@ -1,45 +0,0 @@
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: 简单的复现代码/链接(可选)

View File

@ -1,23 +0,0 @@
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