mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
25 lines
631 B
YAML
25 lines
631 B
YAML
name: Feature request
|
|
description: Request a feature
|
|
title: 'Feature request'
|
|
labels: []
|
|
assignees: []
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
> [!CAUTION]
|
|
> **Feature requests should not be submitted as issues!**
|
|
>
|
|
> Please use the [discussions](https://github.com/gameyfin/gameyfin/discussions/categories/feature-requests) for feature requests instead.
|
|
|
|
- type: input
|
|
id: acknowledgment
|
|
attributes:
|
|
label: I understand
|
|
description: Type "I will use discussions" to acknowledge
|
|
placeholder: I will use discussions
|
|
validations:
|
|
required: true
|
|
|