dotfiles/.github/ISSUE_TEMPLATE/feature_request.yml

40 lines
1.5 KiB
YAML

name: "💡 Feature Request"
description: Suggest a new feature request
title: "💡 Feature: "
labels: [enhancement]
body:
- type: checkboxes
attributes:
label: Did you check existing feature request?
description: Make sure you checked all of the below before submitting a request to avoid duplicates
options:
- label: I have searched the existing requests of the repo
required: true
- label: I have searched the existing requests of used programs related to this request
required: true
- label: I have read the [FAQ](https://github.com/Matt-FTW/dotfiles/blob/main/.github/FAQ.md)
required: true
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear description of what the problem is.
validations:
required: true
- type: textarea
attributes:
label: Describe the solution you'd like
description: A clear description of what you want to happen.
validations:
required: true
- type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear description of any alternative solutions or features you've considered. Here you can include pull request links if needed.
validations:
required: true
- type: textarea
attributes:
label: Additional Context
description: Add any other context or screenshots about the feature request here. Here you can include issue links if needed.
validations:
required: false