diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c4c8e25..819a5c7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -10,7 +10,7 @@ body: - type: markdown attributes: value: | - ## 在提交问题之前之前 / First of all + ## 在提交问题之前 / First of all 1. 请先搜索有关此问题的 [现有问题](https://github.com/EasyTier/EasyTier/issues?q=is%3Aissue)。 1. Please search for [existing issues](https://github.com/EasyTier/EasyTier/issues?q=is%3Aissue) about this problem first. 2. 请确保所使用的 Easytier 版本都是最新的。 @@ -25,7 +25,7 @@ body: attributes: label: 描述问题 / Describe the bug description: 对 bug 的明确描述。如果条件允许,请包括屏幕截图。 / A clear description of what the bug is. Include screenshots if applicable. - placeholder: Bug description + placeholder: 问题描述 / Bug description validations: required: true @@ -35,7 +35,9 @@ body: label: 重现步骤 / Reproduction description: 能够重现行为的步骤或指向能够复现的存储库链接。 / A link to a reproduction repo or steps to reproduce the behaviour. placeholder: | + 请提供一个最小化的复现示例或复现步骤,请参考这个指南 https://stackoverflow.com/help/minimal-reproducible-example Please provide a minimal reproduction or steps to reproduce, see this guide https://stackoverflow.com/help/minimal-reproducible-example + 为什么需要重现(问题)?请参阅这篇文章 https://antfu.me/posts/why-reproductions-are-required Why reproduction is required? see this article https://antfu.me/posts/why-reproductions-are-required - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 4175f6d..64d60e9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -12,7 +12,7 @@ body: attributes: label: 描述问题 / Describe the problem description: 明确描述此功能将解决的问题 / A clear description of the problem this feature would solve - placeholder: "I'm always frustrated when..." + placeholder: "我总是在...感觉困惑 / I'm always frustrated when..." validations: required: true @@ -21,7 +21,7 @@ body: attributes: label: "描述您想要的解决方案 / Describe the solution you'd like" description: 明确说明您希望做出的改变 / A clear description of what change you would like - placeholder: 'I would like to...' + placeholder: '我希望... / I would like to...' validations: required: true