Files
venera/.github/ISSUE_TEMPLATE/enhancement.yaml
2024-10-27 20:16:04 +08:00

36 lines
944 B
YAML

name: Feature Request
description: Suggest improvements to the APP
title: "[Enhancement]: "
labels: ["enhancement🚀"]
body:
- type: markdown
attributes:
value: |
Welcome to make a feature request, please fill in the following information after completing the title.
- type: textarea
id: what-happened
attributes:
label: Description
description: Describe your suggestion.
validations:
required: true
- type: dropdown
id: platform
attributes:
label: Operating System
description: If the feature is for a particular platform, please select here
multiple: true
options:
- Android
- iOS
- Windows
- macOS
- linux
- other
validations:
required: false
- type: textarea
id: screenshotOrVideo
attributes:
label: picture
description: If you need to use a picture, please upload it here.