From 57d5b5de8f152a6567d57cda252c4c2e1f48bf10 Mon Sep 17 00:00:00 2001 From: drwily Date: Fri, 19 Jun 2026 23:03:13 +0000 Subject: [PATCH] Add feature request issue form --- .gitea/ISSUE_TEMPLATE/feature_request.yaml | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/feature_request.yaml diff --git a/.gitea/ISSUE_TEMPLATE/feature_request.yaml b/.gitea/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 0000000..ecf3f7c --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/feature_request.yaml @@ -0,0 +1,39 @@ +name: Feature request +about: Suggest an idea or improvement for Ditto +title: "[Feature]: " +labels: + - enhancement +body: + - type: markdown + attributes: + value: | + Got an idea to make Ditto better? Tell us about it. + - type: textarea + id: problem + attributes: + label: What problem would this solve? + description: What are you trying to do that is hard or impossible today? + validations: + required: true + - type: textarea + id: proposal + attributes: + label: What would you like to see? + description: Describe the feature or change you have in mind. + validations: + required: true + - type: textarea + id: alternatives + attributes: + label: Anything you have tried or considered? + - type: dropdown + id: area + attributes: + label: Which part of Ditto? + options: + - Scanning and capture + - Item identification + - Totes and organization + - Customs and export + - Bazaar (buying and selling) + - Other