mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-15 02:36:38 +00:00
How much flexibility do I have re markdown links?
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
18
.github/ISSUE_TEMPLATE/recipe-request-dev.yaml
vendored
18
.github/ISSUE_TEMPLATE/recipe-request-dev.yaml
vendored
@@ -8,6 +8,15 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Greetings, fellow geek! Thanks for taking the time to request this recipe!
|
Greetings, fellow geek! Thanks for taking the time to request this recipe!
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Contribution guidelines
|
||||||
|
description: Please read the contribution guidelines before proceeding.
|
||||||
|
options:
|
||||||
|
- label: I've read the [contribution guide](https://geek-cookbook.funkypenguin.co.nz/community/contribute/) and wholeheartedly agree
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: project_homepage
|
id: project_homepage
|
||||||
attributes:
|
attributes:
|
||||||
@@ -16,7 +25,8 @@ body:
|
|||||||
placeholder: e.g. https://radarr.video/
|
placeholder: e.g. https://radarr.video/
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
|
||||||
|
- type: checkboxes
|
||||||
id: sanity_check
|
id: sanity_check
|
||||||
attributes:
|
attributes:
|
||||||
label: Sanity check
|
label: Sanity check
|
||||||
@@ -26,8 +36,10 @@ body:
|
|||||||
✅ Confirm that the application itself is not abandoned by the developer
|
✅ Confirm that the application itself is not abandoned by the developer
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- ✅ I have searched and confirmed no existing open or closed issues/PRs for this app
|
- label: I have searched and confirmed no existing open or closed [closed issues](https://github.com/funkypenguin/geek-cookbook/issues?q=is%3Aissue+is%3Aclosed)/PRs for this app
|
||||||
- ✅ The app is actively supported by its developers (i.e., not deprecated or abandoned)
|
required: true
|
||||||
|
- label: The app is actively supported by its developers (i.e., not deprecated or abandoned)
|
||||||
|
required:
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: authentication
|
id: authentication
|
||||||
|
|||||||
Reference in New Issue
Block a user