From c24f591b5ebd09d98cfffb49d559cad2c44e1bc2 Mon Sep 17 00:00:00 2001 From: David Young Date: Thu, 7 Jan 2021 22:22:46 +1300 Subject: [PATCH] More tweakage of issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++--- .github/ISSUE_TEMPLATE/recipe-request.md | 28 +++++++++++++---------- .github/ISSUE_TEMPLATE/suggestion.md | 4 ++-- .github/ISSUE_TEMPLATE/support-request.md | 12 ++++------ 4 files changed, 26 insertions(+), 24 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 851a3cd..49d2b18 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,9 +1,9 @@ --- name: "\U0001F41B Bug Report" about: "If something isn't working as expected \U0001F914." -title: '' -labels: '' -assignees: '' +title: "[bug report] there's a fly in my soup" +labels: 'i: bug, i: needs triage' +assignees: 'funkypenguin' --- diff --git a/.github/ISSUE_TEMPLATE/recipe-request.md b/.github/ISSUE_TEMPLATE/recipe-request.md index fde8f03..021a20c 100644 --- a/.github/ISSUE_TEMPLATE/recipe-request.md +++ b/.github/ISSUE_TEMPLATE/recipe-request.md @@ -1,23 +1,27 @@ --- name: "\U0001F370 Request a recipe!" about: "I have a request for a fresh recipe \U0001F60B" -title: "[recipe request] " -labels: '' -assignees: '' +title: "[recipe request] I'd really like my favorite app included" +labels: 'i: recipe/new' +assignees: 'funkypenguin' --- ## 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 new recipe you'd like added ** -**Describe the solution you'd like** -A clear and concise description of what you want to happen. Add any considered drawbacks. +** Explain where we can find more details about it ** -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +## Checklist + +[ ] Is there already a similar recipe in the cookbook? (i.e., Emby and Jellyfin) +[ ] Is there already a docker-compose config available for the app? + +## The million-dollar question + +Are you willing to help create the recipe? + +[ ] Yes +[ ] No -**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/suggestion.md b/.github/ISSUE_TEMPLATE/suggestion.md index b9c8254..bd92ebe 100644 --- a/.github/ISSUE_TEMPLATE/suggestion.md +++ b/.github/ISSUE_TEMPLATE/suggestion.md @@ -1,9 +1,9 @@ --- name: "\U0001F680 Feature Request" about: "I have a suggestion (and may want to implement it \U0001F642)!" -title: '' +title: '[suggestion] The cookbook would be so much better if...' labels: 'i: enhancement, i: needs triage' -assignees: '' +assignees: 'funkypenguin' --- diff --git a/.github/ISSUE_TEMPLATE/support-request.md b/.github/ISSUE_TEMPLATE/support-request.md index ce7388d..52315e6 100644 --- a/.github/ISSUE_TEMPLATE/support-request.md +++ b/.github/ISSUE_TEMPLATE/support-request.md @@ -1,6 +1,6 @@ --- -name: "\U0001F917 Support Question" -about: "If you have a question \U0001F4AC, please check out our Slack or StackOverflow!" +name: "\U0001F917 Support Request" +about: "If you have a question \U0001F4AC, please refer to Discord or Discourse!" title: '' labels: '' assignees: '' @@ -12,8 +12,6 @@ We primarily use GitHub as an issue tracker; for usage and support questions, pl --- -* Slack Community Chat: https://babeljs.slack.com (you can sign-up at https://slack.babeljs.io/ for an invite) -* StackOverflow: https://stackoverflow.com/questions/tagged/babeljs using the tag `babeljs` -* Twitter: If it's just a quick question you can ping our Twitter: https://twitter.com/babeljs -* Also have a look at the readme for more information on how to get support: - https://github.com/babel/babel/blob/master/README.md +* Discord: http://chat.funkypenguin.co.nz +* Discourse: https://discourse.geek-kitchen.funkypenguin.co.nz +* Details: https://geek-cookbook.funkypenguin.co.nz/support/