mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 11:14:25 +00:00
39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
YAML
name: Feature Request
|
|
description: For feature requests. Please search for existing issues first. Also see CONTRIBUTING.
|
|
title: "[Feature request] "
|
|
labels: [ feature request, needs triage ]
|
|
assignees:
|
|
- claunia
|
|
body:
|
|
- type: dropdown
|
|
attributes:
|
|
description: Type of feature you're requesting
|
|
label: Type
|
|
options:
|
|
- Support for a new media image format...
|
|
- Support for identifying a new filesystem...
|
|
- Support for extracting files from a new filesystem...
|
|
- New command...
|
|
- Improvement to output...
|
|
- Other...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
description: Detailed Description
|
|
label: Description
|
|
placeholder: Provide a detailed description of the change or addition you are proposing
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
description: Context
|
|
label: Context
|
|
placeholder: Why is this change important to you? How would you use it? How can it benefit other users?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
description: Known documentation
|
|
label: Documentation
|
|
placeholder: Attach documentation, links to specifications or existing source code |