From cc8237f6e2fcb4870d71549dc8c91d67046a0741 Mon Sep 17 00:00:00 2001 From: David Young Date: Thu, 7 Jan 2021 15:51:37 +1300 Subject: [PATCH] Update issue templates --- .../ISSUE_TEMPLATE/---request-a-recipe-.md | 23 +++++++++++++++++++ .github/ISSUE_TEMPLATE/Bug_report.md | 2 +- .github/ISSUE_TEMPLATE/Regression-v7.md | 2 +- .github/ISSUE_TEMPLATE/Support_question.md | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/---request-a-recipe-.md diff --git a/.github/ISSUE_TEMPLATE/---request-a-recipe-.md b/.github/ISSUE_TEMPLATE/---request-a-recipe-.md new file mode 100644 index 0000000..fde8f03 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---request-a-recipe-.md @@ -0,0 +1,23 @@ +--- +name: "\U0001F370 Request a recipe!" +about: "I have a request for a fresh recipe \U0001F60B" +title: "[recipe request] " +labels: '' +assignees: '' + +--- + +## Recipe Request + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I have an issue when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. Add any considered drawbacks. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Teachability, Documentation, Adoption, Migration Strategy** +If you can, explain how users will be able to use this and possibly write out a version the docs. +Maybe a screenshot or design? diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 344922e..8d755c5 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -2,7 +2,7 @@ name: "\U0001F41B Bug Report" about: "If something isn't working as expected \U0001F914." title: '' -labels: 'i: bug, i: needs triage' +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/Regression-v7.md b/.github/ISSUE_TEMPLATE/Regression-v7.md index a700b90..3644c5f 100644 --- a/.github/ISSUE_TEMPLATE/Regression-v7.md +++ b/.github/ISSUE_TEMPLATE/Regression-v7.md @@ -3,7 +3,7 @@ name: "\U0001F4A5 v7 Regression" about: Report an unexpected behavior in v7 from v6 (Check the upgrade guide first ✌️) title: '' -labels: 'i: bug, 7.x: regression, i: needs triage' +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/Support_question.md b/.github/ISSUE_TEMPLATE/Support_question.md index 57c183f..ce7388d 100644 --- a/.github/ISSUE_TEMPLATE/Support_question.md +++ b/.github/ISSUE_TEMPLATE/Support_question.md @@ -2,7 +2,7 @@ name: "\U0001F917 Support Question" about: "If you have a question \U0001F4AC, please check out our Slack or StackOverflow!" title: '' -labels: 'i: question, i: needs triage' +labels: '' assignees: '' ---