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