mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-15 23:10:42 +08:00
Compare commits
10 Commits
9360acb49e
...
59c711a134
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
59c711a134 | ||
|
|
604385315e | ||
|
|
ff0bfa0a1e | ||
|
|
8c288e2d5d | ||
|
|
09585247e5 | ||
|
|
85de87b246 | ||
|
|
98d838122b | ||
|
|
9510b5e5fd | ||
|
|
ba011ae311 | ||
|
|
187f3e19f3 |
45
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
45
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal 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
23
.github/ISSUE_TEMPLATE/new.yml
vendored
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user