fix syntax errors

This commit is contained in:
Hayden 2023-08-06 12:39:02 -05:00
parent 6901747a26
commit 89a6b32a3f
No known key found for this signature in database
GPG Key ID: 17CF79474E257545
4 changed files with 8 additions and 10 deletions

View File

@ -1,6 +1,4 @@
---
name: Feature Request
description: "Submit a Feature Request"
title: "YOUR TITLE"
body:
- type: checkboxes
@ -17,26 +15,26 @@ body:
required: true
- label: Checked the [tasks taged](https://github.com/hay-kot/mealie/issues?q=is%3Aissue+is%3Aopen+label%3Atask+) issues and verified my feature is not covered
required: true
- type: textfield
- type: textarea
id: problem
attributes:
label: Please provide a concise description of the problem that would be addressed by this feature.
validations:
required: true
- type: textfield
- type: textarea
id: solution
attributes:
label: Please provide a concise description of the feature that would resolve your issue.
validations:
required: true
- type: textfield
- type: textarea
id: considerations
attributes:
label: Please consider and list out some caveats or tradeoffs made in your design decision
validations:
required: true
- type: checkboxes
id: checks
id: additional-information
attributes:
label: Additional Information
options:

View File

@ -32,7 +32,7 @@ body:
validations:
required: true
- type: textarea
id: description
id: reproduction
attributes:
label: Steps to Reproduce
placeholder: 1) ... 2) ... 3) ...

View File

@ -1,4 +1,4 @@
contact_links:
- name: Feature Requests
url: https://github.com/hay-kot/mealie/issues/317
url: https://github.com/hay-kot/mealie/discussions/new?category=feature-request
about: Please add any Feature Requests as a Github Discussion using the for in this issue.

View File

@ -24,13 +24,13 @@ body:
required: true
- label: This issue can be replicated on the demo site (https://demo.mealie.io/)
required: false
- type: textfield
- type: textarea
id: urls
attributes:
label: Please provide 1-5 example URLs that are having errors
validations:
required: true
- type: textfield
- type: textarea
id: logs
attributes:
label: |