diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 846a824..1475e67 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -33,7 +33,6 @@ body: placeholder: | e.g. - **OS**: Ubuntu 22.04 - render: markdown - type: textarea id: what-happened @@ -41,7 +40,6 @@ body: label: What happened? description: Please describe the bug. placeholder: A clear and concise description of what the bug is. - render: markdown validations: required: true - type: textarea @@ -50,7 +48,6 @@ body: label: What should have happened? (optional) description: Please describe the expected behaviour. placeholder: A clear and concise description of what you expected to happen. - render: markdown - type: textarea id: reproduce attributes: @@ -61,7 +58,6 @@ body: 2. Click on '....' 3. Scroll down to '....' 4. See error - render: markdown validations: required: true - type: textarea @@ -69,7 +65,6 @@ body: attributes: label: Additional context (optional) description: Add any other context about the problem here. - render: markdown - type: textarea id: logs attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 24d2b13..d5d8740 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -23,14 +23,12 @@ body: label: Is your feature request related to a problem? (optional) description: A clear and concise description of what the problem is. placeholder: I'm always frustrated when ... - render: markdown - type: textarea id: expected attributes: label: What is your suggestion? description: Describe the solution you'd like. placeholder: A clear and concise description of what you want to happen. - render: markdown validations: required: true - type: textarea @@ -39,10 +37,8 @@ body: label: Any other idea? description: Describe alternatives you've considered. placeholder: A clear and concise description of any alternative solutions or features you've considered. - render: markdown - type: textarea id: context attributes: label: Additional context (optional) description: Add any other context about the problem here. - render: markdown