mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-12 17:26:19 +00:00
Update issue templates
This commit is contained in:
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -2,8 +2,8 @@
|
||||
name: "\U0001F41B Bug Report"
|
||||
about: "If something isn't working as expected \U0001F914."
|
||||
title: "[bug report] there's a fly in my soup"
|
||||
labels: 'i: bug, i: needs triage'
|
||||
assignees: 'funkypenguin'
|
||||
labels: ''
|
||||
assignees: funkypenguin
|
||||
|
||||
---
|
||||
|
||||
|
||||
23
.github/ISSUE_TEMPLATE/recipe-request.md
vendored
23
.github/ISSUE_TEMPLATE/recipe-request.md
vendored
@@ -1,9 +1,9 @@
|
||||
---
|
||||
name: "\U0001F370 Request a recipe!"
|
||||
about: "I have a request for a fresh recipe \U0001F60B"
|
||||
title: "[recipe request] I'd really like my favorite app <name> included"
|
||||
labels: 'i: recipe/new'
|
||||
assignees: 'funkypenguin'
|
||||
title: "[recipe request] "
|
||||
labels: recipe/new
|
||||
assignees: funkypenguin
|
||||
|
||||
---
|
||||
|
||||
@@ -13,7 +13,7 @@ assignees: 'funkypenguin'
|
||||
|
||||
### Prerequisites
|
||||
|
||||
Let's talk about must-haves. If you can't
|
||||
Let's talk about must-haves. If you don't know the answer to the following, then go no further until you do!
|
||||
|
||||
* [ ] I have searched and confirmed no existing open or closed issues/PRs for this app
|
||||
* [ ] The app is actively supported by its developers (_i.e., not deprecated_)
|
||||
@@ -26,6 +26,7 @@ Add as many of the details below as possible - this'll help to determine the str
|
||||
* [ ] Docker image:
|
||||
* [ ] Subreddit (optional):
|
||||
* [ ] Docker-compose file (optional):
|
||||
* [ ] Kubernetes helm chart (optional):
|
||||
|
||||
### Screenshot
|
||||
|
||||
@@ -33,18 +34,18 @@ Add as many of the details below as possible - this'll help to determine the str
|
||||
|
||||
### Access Control
|
||||
|
||||
Does the app provide its own authentication (i.e. NextCloud), or does it require an authentication frontend (i.e., Radarr)?
|
||||
Does the app provide its own authentication (_i.e. NextCloud_), or does it require an authentication frontend (_i.e., Radarr_)?
|
||||
|
||||
How should access to the app be managed?
|
||||
|
||||
* [ ] The app provides its own, trustworthy authentication, or access control is unnecessary. I'd be happy exposing it to the internet
|
||||
* [ ] The app needs something in front of it to secure access (traefik-forward-auth, authelia, etc)
|
||||
* [ ] The app needs something in front of it to secure access (_traefik-forward-auth, authelia, etc_)
|
||||
|
||||
<!-- Add any extra details necessary to explain the selections above -->
|
||||
|
||||
### Config Management
|
||||
|
||||
How is the app configured? Some applications are configured [entirely using environment variables](https://12factor.net), some need static config files mounted into their container, and some are configured using an interactive setup process (NextCloud).
|
||||
How is the app configured? Some applications are configured [entirely using environment variables](https://12factor.net), some need static config files mounted into their container, and some are configured using an interactive setup process (_i.e. NextCloud_).
|
||||
|
||||
* [ ] Environment variables
|
||||
* [ ] Static config file
|
||||
@@ -84,6 +85,13 @@ How is backup of the app's data to be handled?
|
||||
|
||||
<!-- Add any extra details necessary to explain the selections above -->
|
||||
|
||||
### Platform
|
||||
|
||||
Which platform(s) are you interested in a recipe supporting?
|
||||
* [ ] Docker Swarm (_via docker-compose files_)
|
||||
* [ ] Docker Swarm (_via premix ansible deploy_)
|
||||
* [ ] Kubernetes (_via a helm chart_)
|
||||
|
||||
|
||||
### Level of engagement
|
||||
|
||||
@@ -92,4 +100,3 @@ I'm willing to:
|
||||
* [ ] Submit a PR for the recipe
|
||||
* [ ] Test the recipe
|
||||
* [ ] Engage the community on Q&A for the recipe
|
||||
|
||||
|
||||
6
.github/ISSUE_TEMPLATE/suggestion.md
vendored
6
.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: '[suggestion] The cookbook would be so much better if...'
|
||||
labels: 'i: enhancement, i: needs triage'
|
||||
assignees: 'funkypenguin'
|
||||
title: "[suggestion] The cookbook would be so much better if..."
|
||||
labels: ''
|
||||
assignees: funkypenguin
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user