diff --git a/.gitea/issue_template/bug_report.yml b/.gitea/issue_template/bug_report.yml index 81ba5fd..b07e408 100644 --- a/.gitea/issue_template/bug_report.yml +++ b/.gitea/issue_template/bug_report.yml @@ -3,11 +3,6 @@ about: File a bug report title: "[Bug] ..." labels: "Kind/Bug" body: - - type: markdown - attributes: - value: | - This issue was created using the bug report template. - visible: [content] - type: textarea id: what-happened attributes: @@ -27,4 +22,9 @@ body: - 0.0.9 - 0.0.8 validations: - required: true \ No newline at end of file + required: true + - type: markdown + attributes: + value: | + This issue was created using the bug report template. + visible: [content] \ No newline at end of file diff --git a/.gitea/issue_template/feature.yml b/.gitea/issue_template/feature.yml index 2a8558b..87a239e 100644 --- a/.gitea/issue_template/feature.yml +++ b/.gitea/issue_template/feature.yml @@ -3,11 +3,6 @@ about: Suggest an idea for this project title: "[Feature] ..." labels: "Kind/Feature" body: - - type: markdown - attributes: - value: | - This issue was created using the feature template. - visible: [content] - type: textarea id: idea attributes: @@ -27,4 +22,9 @@ body: - 0.0.9 - 0.0.8 validations: - required: true \ No newline at end of file + required: true + - type: markdown + attributes: + value: | + This issue was created using the feature template. + visible: [content] \ No newline at end of file