mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
fix syntax errors
This commit is contained in:
parent
6901747a26
commit
89a6b32a3f
10
.github/DISCUSSION_TEMPLATE/feature-request.yaml
vendored
10
.github/DISCUSSION_TEMPLATE/feature-request.yaml
vendored
@ -1,6 +1,4 @@
|
|||||||
---
|
---
|
||||||
name: Feature Request
|
|
||||||
description: "Submit a Feature Request"
|
|
||||||
title: "YOUR TITLE"
|
title: "YOUR TITLE"
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
@ -17,26 +15,26 @@ body:
|
|||||||
required: true
|
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
|
- 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
|
required: true
|
||||||
- type: textfield
|
- type: textarea
|
||||||
id: problem
|
id: problem
|
||||||
attributes:
|
attributes:
|
||||||
label: Please provide a concise description of the problem that would be addressed by this feature.
|
label: Please provide a concise description of the problem that would be addressed by this feature.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textfield
|
- type: textarea
|
||||||
id: solution
|
id: solution
|
||||||
attributes:
|
attributes:
|
||||||
label: Please provide a concise description of the feature that would resolve your issue.
|
label: Please provide a concise description of the feature that would resolve your issue.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textfield
|
- type: textarea
|
||||||
id: considerations
|
id: considerations
|
||||||
attributes:
|
attributes:
|
||||||
label: Please consider and list out some caveats or tradeoffs made in your design decision
|
label: Please consider and list out some caveats or tradeoffs made in your design decision
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: checks
|
id: additional-information
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional Information
|
label: Additional Information
|
||||||
options:
|
options:
|
||||||
|
2
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
2
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
@ -32,7 +32,7 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: reproduction
|
||||||
attributes:
|
attributes:
|
||||||
label: Steps to Reproduce
|
label: Steps to Reproduce
|
||||||
placeholder: 1) ... 2) ... 3) ...
|
placeholder: 1) ... 2) ... 3) ...
|
||||||
|
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
contact_links:
|
contact_links:
|
||||||
- name: Feature Requests
|
- 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.
|
about: Please add any Feature Requests as a Github Discussion using the for in this issue.
|
||||||
|
@ -24,13 +24,13 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
- label: This issue can be replicated on the demo site (https://demo.mealie.io/)
|
- label: This issue can be replicated on the demo site (https://demo.mealie.io/)
|
||||||
required: false
|
required: false
|
||||||
- type: textfield
|
- type: textarea
|
||||||
id: urls
|
id: urls
|
||||||
attributes:
|
attributes:
|
||||||
label: Please provide 1-5 example URLs that are having errors
|
label: Please provide 1-5 example URLs that are having errors
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textfield
|
- type: textarea
|
||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
label: |
|
label: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user