From efa6b24b7caa0be76ccb8f49095e90044aefebe1 Mon Sep 17 00:00:00 2001 From: Matthew Brookes Date: Sat, 14 Jul 2018 19:00:48 +0100 Subject: [PATCH] Separate bug reports and feature requests --- .../{1.bug-and-feature.md => 1.bug.md} | 19 +++++----- .github/ISSUE_TEMPLATE/2.feature.md | 37 +++++++++++++++++++ .../{2.support.md => 3.support.md} | 0 .../{3.support-us.md => 4.support-us.md} | 0 4 files changed, 46 insertions(+), 10 deletions(-) rename .github/ISSUE_TEMPLATE/{1.bug-and-feature.md => 1.bug.md} (69%) create mode 100644 .github/ISSUE_TEMPLATE/2.feature.md rename .github/ISSUE_TEMPLATE/{2.support.md => 3.support.md} (100%) rename .github/ISSUE_TEMPLATE/{3.support-us.md => 4.support-us.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/1.bug-and-feature.md b/.github/ISSUE_TEMPLATE/1.bug.md similarity index 69% rename from .github/ISSUE_TEMPLATE/1.bug-and-feature.md rename to .github/ISSUE_TEMPLATE/1.bug.md index c96a0f0af5cf7f..402f5eb7b40f64 100644 --- a/.github/ISSUE_TEMPLATE/1.bug-and-feature.md +++ b/.github/ISSUE_TEMPLATE/1.bug.md @@ -1,6 +1,6 @@ --- -name: Bug report or feature request -about: Create a bug report or feature request for Material-UI +name: Bug report +about: Create a bug report for Material-UI --- @@ -11,22 +11,20 @@ about: Create a bug report or feature request for Material-UI --> -- [ ] This is a v1.x issue (v0.x is no longer maintained). +- [ ] This is a v1.x issue. - [ ] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate. ## Expected Behavior ## Current Behavior -## Steps to Reproduce (for bugs) +## Steps to Reproduce +Link: 1. 2. @@ -46,7 +45,7 @@ about: Create a bug report or feature request for Material-UI ## Context @@ -58,4 +57,4 @@ about: Create a bug report or feature request for Material-UI | Material-UI | v1.?.? | | React | | | browser | | -| etc | | +| etc. | | diff --git a/.github/ISSUE_TEMPLATE/2.feature.md b/.github/ISSUE_TEMPLATE/2.feature.md new file mode 100644 index 00000000000000..9da3bb7a4b9ebe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2.feature.md @@ -0,0 +1,37 @@ +--- +name: Feature request +about: Create feature request for Material-UI +--- + + + + + + +- [ ] This is a v1.x issue. +- [ ] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate. + +## Expected Behavior + + +## Current Behavior + + +## Examples + + +## Context + diff --git a/.github/ISSUE_TEMPLATE/2.support.md b/.github/ISSUE_TEMPLATE/3.support.md similarity index 100% rename from .github/ISSUE_TEMPLATE/2.support.md rename to .github/ISSUE_TEMPLATE/3.support.md diff --git a/.github/ISSUE_TEMPLATE/3.support-us.md b/.github/ISSUE_TEMPLATE/4.support-us.md similarity index 100% rename from .github/ISSUE_TEMPLATE/3.support-us.md rename to .github/ISSUE_TEMPLATE/4.support-us.md