From c98706bd56045921b4a0d3d81885474956ebd9e1 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Tue, 21 Nov 2023 17:57:08 +1300 Subject: [PATCH] Delete gitea issue template Not sure how to make different kinds since there can be bugs or feature requests. --- .gitea/issue_template.yaml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .gitea/issue_template.yaml diff --git a/.gitea/issue_template.yaml b/.gitea/issue_template.yaml deleted file mode 100644 index a3a5365..0000000 --- a/.gitea/issue_template.yaml +++ /dev/null @@ -1,30 +0,0 @@ -name: Bug Report -about: File a bug report -title: "[Bug]: " - -body: - - type: textarea - id: what-happened - attributes: - label: What happened? - description: Also tell us, what did you expect to happen? - placeholder: Tell us what you see! - value: "A bug happened!" - validations: - required: true - - type: input - id: version - attributes: - label: Version - description: What version of our software are you running? - placeholder: "1.0.0" - validations: - required: true - validations: - required: true - - type: textarea - id: logs - attributes: - label: Relevant log output - description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. - render: shell