Files
ddns-go/.github/ISSUE_TEMPLATE/bug_report.yml
WaterLemons2k b486804b50 chore: get HEAD commit when version is missing tag (#777)
Also, add more instructions to `bug_report.yml` on how to find
the ddns-go version.
2023-07-20 21:45:23 +08:00

95 lines
2.0 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: 报告 bug
description: 报告 ddns-go 的 bug
labels: ['bug']
body:
- type: textarea
attributes:
label: 问题描述
description: 阐述 记录/问题/事件/... 发生的背景,如何重现此 bug哪个功能出现的 bug
validations:
required: true
- type: dropdown
attributes:
label: DNS服务商
description: 请选择您正在使用的 DNS服务商
multiple: true
options:
- Alidns(阿里云)
- 腾讯云
- DnsPod
- Cloudflare
- 华为云
- Callback
- 百度云
- Porkbun
- GoDaddy
- Google Domain
- Namecheap
- 其它
- type: dropdown
attributes:
label: 是否已搜索同类问题
options:
- 未搜索
- 已搜索,但未能解决
validations:
required: true
- type: dropdown
attributes:
label: 操作系统
description: 运行 ddns-go 的操作系统
options:
- Linux
- Windows
- macOS (Darwin)
- FreeBSD
validations:
required: true
- type: dropdown
attributes:
label: 架构
description: 运行 ddns-go 的架构
options:
- i386
- x86_64
- armv5
- armv6
- armv7
- arm64
- mips
- mipsle
- mips64
- mips64le
validations:
required: true
- type: input
attributes:
label: 版本
description: ddns-go 的版本或 commit可在网页右上角找到或运行 `ddns-go -v` 查看版本)
placeholder: v0.0.1
validations:
required: true
- type: dropdown
attributes:
label: 安装方式
options:
- Docker
- 服务
- 其它
validations:
required: true
- type: textarea
attributes:
label: 额外信息
description: |
截图、日志、报错等。
如果是 Webhook 的 bug请在这里填入 Webhook 的 URL、RequestBody、Headers