mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 07:25:09 +01:00
27 lines
614 B
YAML
27 lines
614 B
YAML
|
name: Feature request
|
||
|
description: Suggest a new feature
|
||
|
title: "[Feature]: "
|
||
|
labels: ["enhancement"]
|
||
|
assignees: []
|
||
|
body:
|
||
|
- type: textarea
|
||
|
id: what-feature
|
||
|
attributes:
|
||
|
label: What feature do you want to add?
|
||
|
placeholder: A new button!
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
id: why-feature
|
||
|
attributes:
|
||
|
label: Why do you want to have this feature?
|
||
|
placeholder: A new button!
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
id: other-details
|
||
|
attributes:
|
||
|
label: Anything other details to share?
|
||
|
validations:
|
||
|
required: false
|