Move new feature requests to discussions (#984)

## Description
Update the issue templates to direct new feature requests to GitHub
Discussions

### Related issues
Closes #982
This commit is contained in:
Ray 2026-02-25 15:08:09 -05:00 committed by GitHub
parent a7e86fbc15
commit 9d857bc59e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 18 additions and 24 deletions

13
.github/DISCUSSION_TEMPLATE/ideas.yml vendored Normal file
View file

@ -0,0 +1,13 @@
title: "<title>"
labels: [
"enhancement"
]
body:
- type: textarea
id: description
attributes:
label: "Description"
description: Please enter a description of the feature
placeholder: "I would like to see..."
validations:
required: true