mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
46 lines
1.4 KiB
YAML
46 lines
1.4 KiB
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.
|
|
|
|
欢迎提出功能建议,请填写完整标题后填写以下信息。
|
|
|
|
**Please do not report any issues related to config files.**
|
|
|
|
**请不要报告与配置文件相关的任何问题。**
|
|
|
|
This project is a comic reader that allows users write their own config files. And there is no built-in comic source.
|
|
|
|
本项目是一个漫画阅读器,允许用户编写自己的配置文件,并且没有内置漫画源。
|
|
- 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. |