From 3a7dcbc2011be5d7efeac9be119eabe3975cb8c1 Mon Sep 17 00:00:00 2001 From: Josia Pietsch Date: Sun, 15 Jun 2025 11:39:52 +0200 Subject: [PATCH] allow markdown in bug report template (see #199) --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index fa112ae..63740a7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -13,7 +13,6 @@ body: label: Describe the Bug description: What happened? placeholder: A clear and concise description of what the bug is. - render: markdown validations: required: true - type: textarea @@ -21,7 +20,6 @@ body: attributes: label: Expected Behavior description: What did you expect to happen instead? - render: markdown validations: required: false - type: textarea @@ -29,7 +27,6 @@ body: attributes: label: To Reproduce description: What steps are required to reproduce the bug? - render: markdown placeholder: | Steps to reproduce the behavior: 1. Go to '...' @@ -45,6 +42,5 @@ body: description: | What device are you using? Adding this information helps to reproduce the bug. You can copy this from µLauncher > Settings > Meta > Report Bug. - render: markdown validations: required: false