Change feature request template to suggestion request

This commit is contained in:
EnderActually 2026-03-04 13:25:54 -05:00 committed by GitHub
parent 4295d4227c
commit 5b1e8cf54a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,19 +1,19 @@
name: Feature Request name: Suggestion
description: Suggest an idea for this project description: Suggest an idea for this project
title: "[Feature]: " title: "[Suggestion]: "
labels: ["enhancement"] labels: ["enhancement"]
body: body:
- type: textarea - type: textarea
id: problem id: problem
attributes: attributes:
label: Is your feature request related to a problem? label: Is your suggestion related to a problem?
description: Describe the problem you are experiencing. description: Describe the problem you are experiencing.
placeholder: | placeholder: |
A clear and concise description of what the problem is. A clear and concise description of what the problem is.
Example: I'm always frustrated when [...] Example: I'm always frustrated when [...]
validations: validations:
required: true required: false
- type: textarea - type: textarea
id: solution id: solution
@ -22,16 +22,6 @@ body:
description: What would you like to see happen? description: What would you like to see happen?
placeholder: | placeholder: |
A clear and concise description of what you want to happen. A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: Have you considered any alternative solutions or features?
placeholder: |
A clear and concise description of any alternative solutions or features you've considered.
validations: validations:
required: false required: false