mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:18:26 +01:00
19 lines
513 B
YAML
19 lines
513 B
YAML
|
name: Enhancement
|
||
|
description: This is an enhancement/feature you would like to see in Poke
|
||
|
title: "[Bug]: "
|
||
|
labels: ["bug"]
|
||
|
body:
|
||
|
- type: markdown
|
||
|
attributes:
|
||
|
value: |
|
||
|
> [!WARNING]
|
||
|
> The following will never be added:
|
||
|
> * iOS app (use the PWA)
|
||
|
> * non-free codecs
|
||
|
- type: textarea
|
||
|
id: describe
|
||
|
attributes:
|
||
|
label: Describe the enhancement
|
||
|
placeholder: What would you like to see being added?
|
||
|
validations:
|
||
|
required: true
|