diff --git a/.github/ISSUE_TEMPLATE/----------.md b/.github/ISSUE_TEMPLATE/----------.md deleted file mode 100644 index 54d55e52..00000000 --- a/.github/ISSUE_TEMPLATE/----------.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: 规则失效以及其他错误 -about: 创建报告以帮助我们改进 - ---- - -**问题描述** -简单清晰的说一下问题的描述. - -**从哪里开始出现这个问题** -例如 -``某游戏的登陆页面``、 -``内置的网页``、 -``游戏房间内部``、 -``商店页面`` 等 - - -**截图** -如果可以,请添加截图以帮助解释您的问题. - -**运行环境** -请说明当前的运行环境 -例如: -``操作系统`` -``网络环境``(如 运营商等 diff --git a/.github/ISSUE_TEMPLATE/------.md b/.github/ISSUE_TEMPLATE/------.md deleted file mode 100644 index 520c0d8b..00000000 --- a/.github/ISSUE_TEMPLATE/------.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: 请求新增规则 -about: 请求新增规则的想法 - ---- -以下为模板,请自行删除不必要内容且添加必要内容。 - -**若未使用自动抓ip工具,且在issue中说明已使用的,此issue将会被忽略或关闭。** - -**需要增加游戏\程序名字** - -如``CS-GO`` - -**请使用[自动抓IP工具](https://github.com/oooldtoy/SSTAP_ip_crawl_tool)来帮助我们编写规则,并详细写明游戏细节,如哪个服,哪个版本。** - -**该游戏\程序的运行环境** - -如 -``虚拟机`` -``局域网其他设备`` -``PC`` - -**该游戏\程序哪部分需要代理** - -如 -``整个游戏\程序都需要`` -``只代理登陆部分`` - -**特殊情况** -如果还有特殊想说明的请在这里描述. diff --git a/.github/ISSUE_TEMPLATE/new_rule_request.yml b/.github/ISSUE_TEMPLATE/new_rule_request.yml new file mode 100644 index 00000000..3b2a21c5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new_rule_request.yml @@ -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: 如果还有特殊想说明的请在这里描述. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/rule_bug_report.yml b/.github/ISSUE_TEMPLATE/rule_bug_report.yml new file mode 100644 index 00000000..a2818230 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/rule_bug_report.yml @@ -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: |- + 请说明当前的运行环境 + 例如: + ``操作系统`` + ``网络环境``(如 运营商等 \ No newline at end of file