From ea7cec27771e7e0e42ab1d1c05f32653ebc9406f Mon Sep 17 00:00:00 2001 From: Jordan Walster Date: Mon, 28 Apr 2025 13:00:05 +0100 Subject: [PATCH] chore: add feature request template --- .gitea/issue_template/feature.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .gitea/issue_template/feature.yml diff --git a/.gitea/issue_template/feature.yml b/.gitea/issue_template/feature.yml new file mode 100644 index 0000000..2a8558b --- /dev/null +++ b/.gitea/issue_template/feature.yml @@ -0,0 +1,30 @@ +name: Feature Request +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: + label: What is your idea? + description: Describe the feature you would like to see. Attach any screenshots or mockups if you have them. + placeholder: I would like to see... + validations: + required: true + - type: dropdown + id: version + attributes: + label: Version + description: What version of Photon are you running? You can find this 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