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
title: "[Feature]: "
title: "[Suggestion]: "
labels: ["enhancement"]
body:
- type: textarea
id: problem
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.
placeholder: |
A clear and concise description of what the problem is.
Example: I'm always frustrated when [...]
validations:
required: true
required: false
- type: textarea
id: solution
@ -22,16 +22,6 @@ body:
description: What would you like to see happen?
placeholder: |
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:
required: false