From 89a6b32a3f5b5e27712655c85c75baeafe597d6f Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Sun, 6 Aug 2023 12:39:02 -0500 Subject: [PATCH] fix syntax errors --- .github/DISCUSSION_TEMPLATE/feature-request.yaml | 10 ++++------ .github/ISSUE_TEMPLATE/bug-report.yaml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/recipe-scraper-bug.yaml | 4 ++-- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/feature-request.yaml b/.github/DISCUSSION_TEMPLATE/feature-request.yaml index 706431bc2400..538182f30181 100644 --- a/.github/DISCUSSION_TEMPLATE/feature-request.yaml +++ b/.github/DISCUSSION_TEMPLATE/feature-request.yaml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 34da7d4c6685..8c4e8d114627 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -32,7 +32,7 @@ body: validations: required: true - type: textarea - id: description + id: reproduction attributes: label: Steps to Reproduce placeholder: 1) ... 2) ... 3) ... diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 844c8ff7c493..a70d6373b08e 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/recipe-scraper-bug.yaml b/.github/ISSUE_TEMPLATE/recipe-scraper-bug.yaml index a15a02d1357e..61b877e7b078 100644 --- a/.github/ISSUE_TEMPLATE/recipe-scraper-bug.yaml +++ b/.github/ISSUE_TEMPLATE/recipe-scraper-bug.yaml @@ -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: |