Skip to content

Commit

Permalink
Template: Optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
chise0713 committed Nov 23, 2023
1 parent 2bca3c6 commit 6da82a8
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 55 deletions.
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/----------.md

This file was deleted.

30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/------.md

This file was deleted.

34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/new_rule_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: 请求新增规则
description: 请求新增规则的想法
body:
- type: checkboxes
id: terms
attributes:
label: 欢迎
options:
- label: 若未使用自动抓ip工具,且在issue中说明已使用的,此issue将会被忽略或关闭。
required: true
- label: 请使用[自动抓IP工具](https://github.com/oooldtoy/SSTAP_ip_crawl_tool)来帮助我们编写规则,并详细写明游戏细节,如哪个服,哪个版本。
required: true
- type: input
attributes:
label: 名称
description: 请将需要增加游戏\程序名字填入此区域
validations:
required: true
- type: input
attributes:
label: 运行环境
description: 该游戏\程序的运行环境
validations:
required: true
- type: input
attributes:
label: 代理部分
description: 该游戏\程序哪部分需要代理
validations:
required: true
- type: textarea
attributes:
label: 特殊情况
description: 如果还有特殊想说明的请在这里描述.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/rule_bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: 规则失效以及其他错误
description: 创建报告以帮助我们改进
body:
- type: input
attributes:
label: 问题描述
description: 简单清晰的说一下问题的描述.
validations:
required: true
- type: input
attributes:
label: 从哪里开始出现这个问题
description: |-
例如
``某游戏的登陆页面``、
``内置的网页``、
``游戏房间内部``、
``商店页面`` 等
validations:
required: true
- type: textarea
attributes:
label: 截图
description: 如果可以,请添加截图以帮助解释您的问题.
- type: textarea
attributes:
label: 运行环境
description: |-
请说明当前的运行环境
例如:
``操作系统``
``网络环境``(如 运营商等

0 comments on commit 6da82a8

Please sign in to comment.