diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.md b/.github/ISSUE_TEMPLATE/Bug_Report.md index 083bbcb..ac9f6db 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.md +++ b/.github/ISSUE_TEMPLATE/Bug_Report.md @@ -1,6 +1,6 @@ --- -name: Bug Report -about: Use this template to feedback bugs. +name: Bug 反馈 +about: 使用这个模板反馈应用问题。 title: '' labels: bug assignees: '' diff --git a/.github/ISSUE_TEMPLATE/--------.md b/.github/ISSUE_TEMPLATE/Feature_Report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/--------.md rename to .github/ISSUE_TEMPLATE/Feature_Report.md diff --git a/.github/ISSUE_TEMPLATE/bug---.md b/.github/ISSUE_TEMPLATE/bug---.md deleted file mode 100644 index ac9f6db..0000000 --- a/.github/ISSUE_TEMPLATE/bug---.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Bug 反馈 -about: 使用这个模板反馈应用问题。 -title: '' -labels: bug -assignees: '' - ---- - -## 环境信息 ## -系统(例如: Windows 10 1909): `` -Java版本(例如: Oracle Jdk 8.242): `` - - -发生问题所在的版本: `` - -## 问题描述 ## - - -## 预期行为 ## - - -## 实际行为 ## - - -## 复现步骤 ## - -1. - -## 相关信息 ## -### 日志 ### - -``` - -``` diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md deleted file mode 100644 index 3b1b286..0000000 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: function, question -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here.