From e40acba8f7e29ddb5e7863f066f0669a6c2726aa Mon Sep 17 00:00:00 2001 From: iwangjie <345127857@qq.com> Date: Fri, 21 Apr 2023 15:39:45 +0800 Subject: [PATCH] issue template i18n. (#1182) * issue template i18n. * case formatting adjustment. --- .github/ISSUE_TEMPLATE/bug-report.md | 28 +++++++++++------------ .github/ISSUE_TEMPLATE/feature-request.md | 12 +++++----- .github/ISSUE_TEMPLATE/question-report.md | 28 +++++++++++------------ 3 files changed, 34 insertions(+), 34 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 3d18f858..5afa96c6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,27 +1,27 @@ --- -name: "BUG 报告" -about: 提交问题缺陷帮助我们更好的改进 +name: "BUG Report" +about: Submitting problem defects helps us to improve --- -## BUG 报告 +## BUG Report -在开始报告错误之前,请确保认真查看了以下步骤: +Before you start reporting errors, make sure you carefully review the following steps: -- 搜索打开和关闭的 [GitHub 问题](https://github.com/opengoofy/hippo4j/issues) -- 阅读 [常见问题文档](https://hippo4j.cn/community/faq) +- Search for open and closed [GitHub ISSUE](https://github.com/opengoofy/hippo4j/issues) +- Read [Frequently asked questions](https://hippo4j.cn/community/faq) -请在提交问题之前回答这些问题,谢谢。 +Please answer these questions before submitting them. Thank you. -### 你使用了哪个项目?hippo4j config 还是 hippo4j server? +### Which Project did you use? Hippo4j config or Hippo4j server? -### 你使用了哪个版本? +### Which version did you use? -### 预期行为 +### Expected behavior -### 实际行为 +### Actual behavior -### 原因分析(如果可以) +### Cause analysis (if possible) -### 问题重现步骤 +### Problem recurrence steps -### 用于重现此问题的示例代码(例如 GitHub 链接) +### Sample code to reproduce the problem (for example, the GitHub Link) diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index b832a38a..502f8b3a 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,12 +1,12 @@ --- -name: "需求建议" -about: 提出针对本项目的想法和建议 +name: "Demand advice" +about: Propose ideas and suggestions for this project --- -## 需求建议 +## Demand advice -请在提交问题之前回答这些问题,谢谢。 +Please answer these questions before submitting them. Thank you. -### 您的功能请求是否与问题有关? +### Is your function request related to the problem? -### 描述你想要的功能 +### Describe the function you want diff --git a/.github/ISSUE_TEMPLATE/question-report.md b/.github/ISSUE_TEMPLATE/question-report.md index 9284b976..7b9bc26f 100644 --- a/.github/ISSUE_TEMPLATE/question-report.md +++ b/.github/ISSUE_TEMPLATE/question-report.md @@ -1,27 +1,27 @@ --- -name: "问题支持" -about: 文档或讨论中未回答的使用问题 +name: "Question" +about: Use questions that were not answered in the documentation or discussion --- -## 问题支持 +## Question -在开始报告问题之前,请确保认真查看了以下步骤: +Before you begin to report problems, make sure you carefully review the following steps: -- 搜索打开和关闭的 [GitHub 问题](https://github.com/opengoofy/hippo4j/issues) -- 阅读 [常见问题文档](https://hippo4j.cn/community/faq) +- Searches for open and closed [GitHub ISSUE](https://github.com/opengoofy/hippo4j/issues) +- Read [Frequently asked questions](https://hippo4j.cn/community/faq) -请在提交问题之前回答这些问题,谢谢。 +Please answer these questions before submitting them. Thank you. -### 你使用了哪个项目?hippo4j config 还是 hippo4j server? +### Which Project did you use? Hippo4j config or Hippo4j server? -### 你使用了哪个版本? +### Which version did you use? -### 预期行为 +### Expected behavior -### 实际行为 +### Actual behavior -### 原因分析(如果可以) +### Cause analysis (if possible) -### 问题重现步骤 +### Problem recurrence steps -### 用于重现此问题的示例代码(例如 GitHub 链接) +### Sample code to reproduce the problem (for example, the GitHub Link)