mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
More tweakage of issue templates
This commit is contained in:
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -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'
|
||||
|
||||
---
|
||||
|
||||
|
||||
28
.github/ISSUE_TEMPLATE/recipe-request.md
vendored
28
.github/ISSUE_TEMPLATE/recipe-request.md
vendored
@@ -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 <name> 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?
|
||||
|
||||
4
.github/ISSUE_TEMPLATE/suggestion.md
vendored
4
.github/ISSUE_TEMPLATE/suggestion.md
vendored
@@ -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'
|
||||
|
||||
---
|
||||
|
||||
|
||||
12
.github/ISSUE_TEMPLATE/support-request.md
vendored
12
.github/ISSUE_TEMPLATE/support-request.md
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user