From ee84e3b64e75c979ff29d1a5aca3810431065fff Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Sat, 2 Dec 2023 12:38:37 -0500 Subject: [PATCH 1/2] i found out how to nest MD in html --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 87fabbd..87111c2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -17,7 +17,15 @@ body: attributes: label: Paste the logs description: 💥 Paste the logs below ([Guide](https://github.com/upscayl/upscayl/wiki/Guide#logs)) - render: sh + value: | +
Logs + + ```sh + + + ``` + +
validations: required: true From b61dc197dd4dbc073c84b3a3ed5ca6500e52f79a Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Sat, 2 Dec 2023 12:40:43 -0500 Subject: [PATCH 2/2] revert, no good with a displayed comment --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 87111c2..87fabbd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -17,15 +17,7 @@ body: attributes: label: Paste the logs description: 💥 Paste the logs below ([Guide](https://github.com/upscayl/upscayl/wiki/Guide#logs)) - value: | -
Logs - - ```sh - - - ``` - -
+ render: sh validations: required: true