mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
52 lines
2.2 KiB
YAML
52 lines
2.2 KiB
YAML
name: "🍰 Request a new recipe!"
|
|
description: I have a request for a fresh recipe 😋"
|
|
title: "[recipe] "
|
|
labels: ["recipe/request", "status/backlog", "good first issue"]
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Greetings, fellow geek! Thanks for taking the time to request this recipe!
|
|
- type: input
|
|
id: project_homepage
|
|
attributes:
|
|
label: Project Homepage
|
|
description: Provide a link to the project's homepage
|
|
placeholder: e.g. https://radarr.video/
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: sanity_check
|
|
attributes:
|
|
label: Sanity check
|
|
description: |
|
|
First, some house-keeping.
|
|
✅ Review [closed issues](https://github.com/funkypenguin/geek-cookbook/issues?q=is%3Aissue+is%3Aclosed) and [PRs](https://github.com/funkypenguin/geek-cookbook/pulls?q=is%3Apr+is%3Aclosed), and confirm that this recipe hasn't already been proposed, deprecated, or duplicated before.
|
|
✅ Confirm that the application itself is not abandoned by the developer
|
|
multiple: true
|
|
options:
|
|
- ✅ 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 or abandoned)
|
|
|
|
- type: dropdown
|
|
id: authentication
|
|
attributes:
|
|
label: Authentication
|
|
description: |
|
|
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?
|
|
multiple: false
|
|
options:
|
|
- 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_)
|
|
|
|
- type: checkboxes
|
|
id: terms
|
|
attributes:
|
|
label: Code of Conduct
|
|
description: By submitting this issue, you agree to follow our [Code of Conduct](https://geek-cookbook.funkypenguin.co.nz/community/code-of-conduct/)
|
|
options:
|
|
- label: I agree to follow this project's Code of Conduct
|
|
required: true |