From 553b07c2bd0e8bb771e28f3730d94818926eb2c2 Mon Sep 17 00:00:00 2001 From: Yamel Senih Date: Thu, 21 Nov 2019 07:12:53 -0400 Subject: [PATCH] Set default templates for github issues (#166) --- .github/ISSUE_TEMPLATE/bug_report.md | 23 ++++++++------ .github/ISSUE_TEMPLATE/feature_request.md | 27 ++++++++++++++-- .github/ISSUE_TEMPLATE/question.md | 38 +++++++++++++++++++---- 3 files changed, 71 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1a114bc0..d42488e4 100755 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,22 +1,21 @@ --- -name: Bug report(报告问题) +name: Bug report about: Create a report to help us improve +title: "[Bug Report]" +labels: bug +assignees: '' + --- +## Bug report +#### Steps to reproduce -## Bug report(问题描述) - -#### Steps to reproduce(问题复现步骤) - #### Screenshot or Gif(截图或动态图) @@ -27,7 +26,13 @@ about: Create a report to help us improve Please only use Codepen, JSFiddle, CodeSandbox or a github repo --> -#### Other relevant information(格外信息) +#### Expected behavior +A clear and concise description of what you expected to happen. + +#### Other relevant information - Your OS: - Node.js version: - vue-element-admin version: + +#### Additional context +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index c33d10d4..3707af73 100755 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,30 @@ --- -name: Feature Request(新功能建议) +name: Feature request about: Suggest an idea for this project +title: "[Feature Request]" +labels: enhancement +assignees: '' + --- -## Feature request(新功能建议) + +## Feature request + +#### Describe the solution you'd like + +#### Describe alternatives you've considered + + +#### Additional context + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 96be4532..0f4f8d28 100755 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,14 +1,40 @@ --- -name: Question(提问) -about: Asking questions about use +name: Custom issue template +about: Describe this issue template's purpose here. +title: "[Question]" +labels: question +assignees: '' + --- -## Question(提问) +Question +Asking questions about use + +## Question + +#### Steps to reproduce +1. [xxx] +2. [xxx] +3. [xxxx] + +#### Screenshot or Gif + + +#### Link to minimal reproduction + + + +#### Other relevant information +- Your OS: +- Node.js version: +- vue-element-admin version: + +#### Additional context +Add any other context about the problem here.