mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Use new GitHub Issue forms.
This commit is contained in:
39
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
Normal file
39
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
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 feture 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
|
||||
Reference in New Issue
Block a user