From 14964be220c8b3a9a1736087b0270912f2f5ecbe Mon Sep 17 00:00:00 2001 From: Jordan Walster Date: Mon, 28 Apr 2025 12:41:29 +0100 Subject: [PATCH] chore: add bug report template --- .gitea/issue_template/bug_report.yml | 29 ++++++++++++++++++++++++++++ .gitea/issue_template/config.yml | 1 + 2 files changed, 30 insertions(+) create mode 100644 .gitea/issue_template/bug_report.yml create mode 100644 .gitea/issue_template/config.yml diff --git a/.gitea/issue_template/bug_report.yml b/.gitea/issue_template/bug_report.yml new file mode 100644 index 0000000..80b8d3b --- /dev/null +++ b/.gitea/issue_template/bug_report.yml @@ -0,0 +1,29 @@ +name: Bug Report +about: File a bug report +title: "[Bug] " +body: + - type: markdown + attributes: + value: | + This issue was created using the bug report template. + visible: [content] + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Describe the bug and what the expected behaviour was. + placeholder: A bug happened! + validations: + required: true + - type: dropdown + id: version + attributes: + label: Version + description: What version of Photon are you running? You can find the version in the footer of the app. + options: + - 0.1.1 (Latest) + - 0.1.0 + - 0.0.9 + - 0.0.8 + validations: + required: true \ No newline at end of file diff --git a/.gitea/issue_template/config.yml b/.gitea/issue_template/config.yml new file mode 100644 index 0000000..ec4bb38 --- /dev/null +++ b/.gitea/issue_template/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false \ No newline at end of file