40 lines
1.0 KiB
YAML
40 lines
1.0 KiB
YAML
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
|