Skip to content

Commit

Permalink
Update bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
morytyann authored Oct 18, 2024
1 parent 807f98b commit a83a153
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ body:
required: true
- label: 使用firewall4(nftables)而非firewall3(iptables)
required: true
- label: 已经安装了 procd-ujail 依赖
required: true
- label: 针对ImmortalWrt,已经关闭了DNSMASQ的`DNS 重定向`选项
- label: 已经关闭了DNSMASQ的`DNS 重定向`选项(如无此项请忽略)
required: true
- label: 已停止运行其他代理插件,并确认环境正常
required: true
Expand Down Expand Up @@ -46,7 +44,7 @@ body:
options:
- OpenWrt
- ImmortalWrt
- iStoreOS
- KWrt
validations:
required: true
- type: input
Expand All @@ -63,6 +61,13 @@ body:
description: 填写你的插件版本
validations:
required: true
- type: input
id: core_version
attributes:
label: 核心版本
description: 填写你的核心版本
validations:
required: true
- type: dropdown
id: architecture
attributes:
Expand Down Expand Up @@ -124,6 +129,7 @@ body:
attributes:
label: 配置文件
description: 附上你的配置文件
render: yaml
validations:
required: true
- type: textarea
Expand Down

0 comments on commit a83a153

Please sign in to comment.