mirror of
https://github.com/taixingyiji/openit.git
synced 2025-10-28 13:24:02 +00:00
67 lines
1.7 KiB
YAML
67 lines
1.7 KiB
YAML
name: Bug 报告
|
|
description: 反馈关于订阅链接的错误
|
|
title: "B: "
|
|
labels: bug
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
感谢您在百忙之中填写此错误报告
|
|
请简练,概括的提出你的问题并写到上方的标题栏内( ͡° ͜ʖ ͡°)
|
|
同时也请通过搜索确认是否有人提出过相同问题。
|
|
- type: input
|
|
id: bug-url
|
|
attributes:
|
|
label: 出现问题的订阅链接
|
|
description: 告诉我你使用的哪个订阅链接出现问题了🤔(包括旧的订阅链接)
|
|
placeholder: https://openitsub.xxx/example
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: browsers
|
|
attributes:
|
|
label: 你使用的是哪个应用程序?
|
|
description: 可多选,不在范围内的和选择路由器的请在下方详细描述.
|
|
multiple: true
|
|
options:
|
|
- SS
|
|
- SSR
|
|
- 魔改ss
|
|
- v2rayN
|
|
- v2rayNG
|
|
- Shadowrocket
|
|
- Quantumult X
|
|
- ClashX
|
|
- ClashN
|
|
- Clash for Android
|
|
- Clash for Windows
|
|
- Stash
|
|
- Surge
|
|
- Qv2ray
|
|
- Matsuri
|
|
- OneClick
|
|
- SagerNet
|
|
- Kitsunebi
|
|
- Surfboard
|
|
- passwall
|
|
- openclash
|
|
- helloworld
|
|
- shadowsocksR Plus+
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: repro
|
|
attributes:
|
|
label: 复现方式
|
|
description: |
|
|
你如何触发这个错误?请一步一步地指导我们完成它.
|
|
图片需要在提出issues后追加
|
|
value: |
|
|
1.
|
|
2.
|
|
3.
|
|
...
|
|
render: bash
|
|
validations:
|
|
required: true
|