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