-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
66 additions
and
55 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: 如果还有特殊想说明的请在这里描述. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |- | ||
请说明当前的运行环境 | ||
例如: | ||
``操作系统`` | ||
``网络环境``(如 运营商等 |