From 697265c7736c1bafe50ba37b3a411da3d5d3d3e0 Mon Sep 17 00:00:00 2001 From: Alexandre Paradis Date: Wed, 10 Jul 2019 16:00:42 -0400 Subject: [PATCH] Use new version of issue templates (#1545) This PR also add template for Feature Request and for PR https://help.github.com/articles/about-issue-and-pull-request-templates --- .github/ISSUE_TEMPLATE.md | 32 ----------------- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 42 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 20 +++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++ 4 files changed, 72 insertions(+), 32 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT.md create mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index dce478566..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - -### Overview of the problem - -**Buefy** version: [X.X.X] -**Vuejs** version: [X.X.X] -**OS/Browser**: - -### Description - - - -### Steps to reproduce - - - -### Expected behavior - - - -### Actual behavior - - diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 000000000..58a1f30de --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,42 @@ +--- +name: Bug report +about: Create a report to help us improve Buefy +labels: bug +--- + + + + + +### Overview of the problem + +**Buefy** version: [X.X.X] +**Vuejs** version: [X.X.X] +**OS/Browser**: + +### Description + + + +### Steps to reproduce + + + +### Expected behavior + + + +### Actual behavior + + diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md new file mode 100644 index 000000000..54366683a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea to improve Buefy +labels: feature request +--- + + + + + +### Description + + + +### Why Buefy need this feature + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..329ec2fc0 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ + + +Fixes # + + +## Proposed Changes + +- +- +-