feat(project): 初始化项目结构和配置
This commit is contained in:
Executable
+40
@@ -0,0 +1,40 @@
|
||||
name: 功能请求 / Features
|
||||
description: Request new features
|
||||
labels: ["需求"]
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: 确认 / Assignments
|
||||
description: 提交issue请确保完成以下前提,否则该issue可能被忽略 / Make sure you read checkbox below
|
||||
options:
|
||||
- label: 搜索现有issues,不存在相似或相关的issue / No related requests
|
||||
required: true
|
||||
- label: 最新[测试版](https://github.com/gedoor/legado/releases/beta)没有此功能 / Latest beta app does not this feature
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 功能描述 / Features
|
||||
placeholder: 请清晰的、详细的描述你想要的功能
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 期望实现方式 / How to implement
|
||||
placeholder: 阅读应该如何实现该功能
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: 阅读版本 / Legado version
|
||||
placeholder: "3.22.110823"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 附加信息 / Additions
|
||||
placeholder: 其他的与功能相关的附加信息
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 效果演示 / Demo
|
||||
placeholder: 可以手绘一些草图,或者提供可借鉴的图片
|
||||
Reference in New Issue
Block a user