mirror of
https://github.com/jeessy2/ddns-go.git
synced 2025-10-20 15:33:46 +08:00
change the issues template to english (#1193)
This commit is contained in:
49
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
49
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,22 +1,22 @@
|
|||||||
name: 报告 bug
|
name: Bug
|
||||||
description: 报告 ddns-go 的 bug
|
description: Report a bug in ddns-go
|
||||||
labels: ['bug']
|
labels: ['bug']
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: 问题描述
|
label: Description
|
||||||
description: 阐述 记录/问题/事件/... 发生的背景,如何重现此 bug,哪个功能出现的 bug
|
description: A clear and concise description of what the bug is
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: DNS服务商
|
label: DNS Provider
|
||||||
description: 请选择您正在使用的 DNS服务商
|
description: The DNS provider you are using
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- Alidns(阿里云)
|
- 阿里云
|
||||||
- 腾讯云
|
- 腾讯云
|
||||||
- DnsPod
|
- DnsPod
|
||||||
- Cloudflare
|
- Cloudflare
|
||||||
@ -26,21 +26,24 @@ body:
|
|||||||
- Porkbun
|
- Porkbun
|
||||||
- GoDaddy
|
- GoDaddy
|
||||||
- Namecheap
|
- Namecheap
|
||||||
- 其它
|
- NameSilo
|
||||||
|
- Vercel
|
||||||
|
- Dynadot
|
||||||
|
- Others
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: 是否已搜索同类问题
|
label: Did you search for similar issues before submitting this one?
|
||||||
options:
|
options:
|
||||||
- 未搜索
|
- No, I didn't
|
||||||
- 已搜索,但未能解决
|
- Yes, I did, but I didn't find anything useful
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: 操作系统
|
label: Operating System
|
||||||
description: 运行 ddns-go 的操作系统
|
description: The operating system you are running ddns-go on
|
||||||
options:
|
options:
|
||||||
- Linux
|
- Linux
|
||||||
- Windows
|
- Windows
|
||||||
@ -51,8 +54,8 @@ body:
|
|||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: 架构
|
label: Architecture
|
||||||
description: 运行 ddns-go 的架构
|
description: The architecture you are running ddns-go on
|
||||||
options:
|
options:
|
||||||
- i386
|
- i386
|
||||||
- x86_64
|
- x86_64
|
||||||
@ -69,25 +72,25 @@ body:
|
|||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: 版本
|
label: Version
|
||||||
description: ddns-go 的版本或 commit(可在网页右上角找到,或运行 `ddns-go -v` 查看版本)
|
description: The version of ddns-go you are using
|
||||||
placeholder: v0.0.1
|
placeholder: v0.0.1
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: 安装方式
|
label: How are you running ddns-go?
|
||||||
options:
|
options:
|
||||||
- Docker
|
- Docker
|
||||||
- 服务
|
- Service
|
||||||
- 其它
|
- Other
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: 额外信息
|
label: Any other information
|
||||||
description: |
|
description: |
|
||||||
截图、日志、报错等。
|
Please provide the steps to reproduce the bug.
|
||||||
如果是 Webhook 的 bug,请在这里填入 Webhook 的 URL、RequestBody、Headers
|
Or any other screenshots or logs that might help us understand the issue better.
|
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: 都不是?
|
- name: None of the above?
|
||||||
url: https://github.com/jeessy2/ddns-go/discussions
|
url: https://github.com/jeessy2/ddns-go/discussions
|
||||||
about: 如果您有任何问题,请前往 Discussions 提问。
|
about: If you have any other questions, please visit our Discussions page
|
||||||
|
24
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
24
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -1,31 +1,31 @@
|
|||||||
name: 功能请求
|
name: Feature Request
|
||||||
description: 建议 ddns-go 的新功能
|
description: Feature request for ddns-go
|
||||||
labels: ['enhancement']
|
labels: ['enhancement']
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: 功能描述
|
label: Description
|
||||||
description: 请描述您想要的功能
|
description: A clear and concise description of what the feature is
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: 解决的问题
|
label: Problem
|
||||||
description: 请描述此功能可以解决什么问题
|
description: Describe the problem you are facing
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: 附加信息
|
label: Other Description
|
||||||
description: 对此功能的其它描述
|
description: Any other information you would like to provide
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: 检查清单
|
label: Checklist
|
||||||
description: 在建议新功能前,请确保您已完成以下步骤
|
description: Please check the following before submitting your feature request
|
||||||
options:
|
options:
|
||||||
- label: 我已搜索同类问题,并确保没有我要提交的功能
|
- label: I am using the latest version and have confirmed that the feature is not yet implemented in the latest version
|
||||||
required: true
|
required: true
|
||||||
- label: 我已使用最新版本,并确保该功能仍未在最新版本中实现
|
- label: I have searched for similar feature requests before submitting this one
|
||||||
required: true
|
required: true
|
||||||
|
Reference in New Issue
Block a user