movie-web/.github/ISSUE_TEMPLATE/feature-request.yml

27 lines
631 B
YAML
Raw Normal View History

name: Feature Request
2022-05-02 15:27:34 +02:00
description: Suggest a new feature
title: "[Feature]: "
labels: ["feature", "awaiting-approval"]
2022-05-02 15:27:34 +02:00
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