Use new GitHub Issue forms.

This commit is contained in:
2021-10-18 14:45:38 +01:00
parent ad89160e3c
commit 0f649f7f2f
8 changed files with 442 additions and 180 deletions

View 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