mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 00:04:23 -04:00
fix syntax errors
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
2
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
@@ -32,7 +32,7 @@ body:
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description
|
||||
id: reproduction
|
||||
attributes:
|
||||
label: Steps to Reproduce
|
||||
placeholder: 1) ... 2) ... 3) ...
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -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.
|
||||
|
||||
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user