mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 07:45:10 +08:00
chore: issue template
This commit is contained in:
17
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
17
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Bug report
|
||||
description: 提交一个 Bug
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
请按照此模版填写 Bug 界面的快照
|
||||
- type: textarea
|
||||
id: feature-description
|
||||
attributes:
|
||||
label: 请输入 误触/不执行规则 的界面的快照, 也可在后面补充其它信息
|
||||
description: |
|
||||
按照此教程 [CONTRIBUTING.md](https://github.com/gkd-kit/subscription/blob/main/CONTRIBUTING.md) 或者下面的截图示例 来给界面打快照, 并粘贴到下面的输入框\
|
||||
\
|
||||
此外需提供 [主页-点击记录] 的截图
|
||||
validations:
|
||||
required: true
|
||||
17
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
17
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: APP 适配
|
||||
description: 请求增加适配 APP 规则
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
请按照此模版填写 APP 适配规则需求信息
|
||||
- type: textarea
|
||||
id: feature-description
|
||||
attributes:
|
||||
label: 请输入需要添加规则的界面的快照, 也可在后面补充其它信息
|
||||
description: |
|
||||
按照此教程 [CONTRIBUTING.md](https://github.com/gkd-kit/subscription/blob/main/CONTRIBUTING.md) 或者下面的截图示例 来给界面打快照, 并粘贴到下面的输入框\
|
||||
\
|
||||
如果是需要多个点击如 [点击关闭按钮->出现关闭弹窗->点击关闭原因] 这种类型, 则需要填写每个点击界面的快照
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user