mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
## Description Update the issue templates to direct new feature requests to GitHub Discussions ### Related issues Closes #982
13 lines
276 B
YAML
13 lines
276 B
YAML
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
|