mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
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:
parent
a7e86fbc15
commit
9d857bc59e
5 changed files with 18 additions and 24 deletions
13
.github/DISCUSSION_TEMPLATE/ideas.yml
vendored
Normal file
13
.github/DISCUSSION_TEMPLATE/ideas.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue