From 210aa84ed531420f61fbd5af6de9c6a21ef18ab1 Mon Sep 17 00:00:00 2001 From: LamGC Date: Sun, 12 Jul 2020 11:12:21 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20IssueTemplates=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E6=A8=A1=E6=9D=BF=E5=B9=B6=E6=9B=B4=E6=96=B0?= =?UTF-8?q?Bug=E6=A8=A1=E6=9D=BF;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/--------.md | 11 +++++++ .github/ISSUE_TEMPLATE/Bug_Report.md | 33 +++++++++++++-------- .github/ISSUE_TEMPLATE/bug---.md | 35 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 20 +++++++++++++ 4 files changed, 87 insertions(+), 12 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/--------.md create mode 100644 .github/ISSUE_TEMPLATE/bug---.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/--------.md b/.github/ISSUE_TEMPLATE/--------.md new file mode 100644 index 0000000..9bc11b3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--------.md @@ -0,0 +1,11 @@ +--- +name: 功能/想法 提议 +about: 使用这个模板将你对应用的想法提出来,或许我们会采纳! +title: '' +labels: function, question +assignees: '' + +--- + + + diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.md b/.github/ISSUE_TEMPLATE/Bug_Report.md index 939591d..083bbcb 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.md +++ b/.github/ISSUE_TEMPLATE/Bug_Report.md @@ -7,20 +7,29 @@ assignees: '' --- -## Environmental information ## -OS(e.g: Windows 10 1909): -Java(e.g: Oracle Jdk 8.242): -Issue version(versionTag or commitId): +## 环境信息 ## +系统(例如: Windows 10 1909): `` +Java版本(例如: Oracle Jdk 8.242): `` + + +发生问题所在的版本: `` -## Problem description ## -// Describe the problem in as much detail as possible here +## 问题描述 ## + -## Expected behavior ## -// What will this function do under normal circumstances? +## 预期行为 ## + -## Actual behavior ## -// But what does this feature actually look like? +## 实际行为 ## + -## Recurrence steps ## -// What can we do to recreate this situation? +## 复现步骤 ## + 1. + +## 相关信息 ## +### 日志 ### + +``` + +``` diff --git a/.github/ISSUE_TEMPLATE/bug---.md b/.github/ISSUE_TEMPLATE/bug---.md new file mode 100644 index 0000000..ac9f6db --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug---.md @@ -0,0 +1,35 @@ +--- +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 new file mode 100644 index 0000000..3b1b286 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,20 @@ +--- +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.