mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-15 02:36:38 +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"
|
name: "\U0001F41B Bug Report"
|
||||||
about: "If something isn't working as expected \U0001F914."
|
about: "If something isn't working as expected \U0001F914."
|
||||||
title: ''
|
title: "[bug report] there's a fly in my soup"
|
||||||
labels: ''
|
labels: 'i: bug, i: needs triage'
|
||||||
assignees: ''
|
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!"
|
name: "\U0001F370 Request a recipe!"
|
||||||
about: "I have a request for a fresh recipe \U0001F60B"
|
about: "I have a request for a fresh recipe \U0001F60B"
|
||||||
title: "[recipe request] "
|
title: "[recipe request] I'd really like my favorite app <name> included"
|
||||||
labels: ''
|
labels: 'i: recipe/new'
|
||||||
assignees: ''
|
assignees: 'funkypenguin'
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Recipe Request
|
## Recipe Request
|
||||||
|
|
||||||
**Is your feature request related to a problem? Please describe.**
|
** Describe the new recipe you'd like added **
|
||||||
A clear and concise description of what the problem is. Ex. I have an issue when [...]
|
|
||||||
|
|
||||||
**Describe the solution you'd like**
|
** Explain where we can find more details about it **
|
||||||
A clear and concise description of what you want to happen. Add any considered drawbacks.
|
|
||||||
|
|
||||||
**Describe alternatives you've considered**
|
## Checklist
|
||||||
A clear and concise description of any alternative solutions or features you've considered.
|
|
||||||
|
[ ] 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"
|
name: "\U0001F680 Feature Request"
|
||||||
about: "I have a suggestion (and may want to implement it \U0001F642)!"
|
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'
|
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"
|
name: "\U0001F917 Support Request"
|
||||||
about: "If you have a question \U0001F4AC, please check out our Slack or StackOverflow!"
|
about: "If you have a question \U0001F4AC, please refer to Discord or Discourse!"
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: ''
|
||||||
assignees: ''
|
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)
|
* Discord: http://chat.funkypenguin.co.nz
|
||||||
* StackOverflow: https://stackoverflow.com/questions/tagged/babeljs using the tag `babeljs`
|
* Discourse: https://discourse.geek-kitchen.funkypenguin.co.nz
|
||||||
* Twitter: If it's just a quick question you can ping our Twitter: https://twitter.com/babeljs
|
* Details: https://geek-cookbook.funkypenguin.co.nz/support/
|
||||||
* Also have a look at the readme for more information on how to get support:
|
|
||||||
https://github.com/babel/babel/blob/master/README.md
|
|
||||||
|
|||||||
Reference in New Issue
Block a user