Add feature request issue form
This commit is contained in:
39
.gitea/ISSUE_TEMPLATE/feature_request.yaml
Normal file
39
.gitea/ISSUE_TEMPLATE/feature_request.yaml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user