forked from CHKZL/DDTV
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/CHKZL/DDTV
- Loading branch information
Showing
3 changed files
with
70 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: Feature request for DDTV | ||
description: 想要的功能不在 DDTV 里? | ||
title: "[Feature Request]: " | ||
labels: ["Feature Request"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
首先感谢你能让 DDTV 变得更好! | ||
- type: textarea | ||
id: what-function | ||
attributes: | ||
label: 你希望开发者添加什么功能? | ||
placeholder: 我希望开发者能添加一些大米。 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: scene | ||
attributes: | ||
label: 什么使用场景? | ||
placeholder: 每个功能都有存在的意义。举个例子:每次打开 DDTV 都看不见大米,这使我的内心很悲伤,很心急。忧郁的日子里无法镇静。 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: 相关信息 | ||
description: | | ||
直接粘贴过来就行,可以是你认为相关的任何东西。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# 描述 | ||
|
||
_请写一个简短的描述,做出了哪些更改,修复了哪些 bug。还请包含更改的动机和内容。列出任何依赖本次更改的组件。_ | ||
|
||
# 文档的特性/变更总结 | ||
|
||
_若无关于文档,请剔除这段。_ | ||
|
||
如果预见到需要变更文档条目,请提供进一步实施的关键要素并将标签设置为 'Needs Documentation'。您可以提交一个文档的 PR,或者您可以将以下信息留给技术写作者: | ||
|
||
- [ ] 简介 (复制粘贴 PR 标题) | ||
- [ ] 总结 (跟用户有关的描述) | ||
- [ ] 用例 (?) | ||
|
||
# 怎么测试的? | ||
|
||
_请描述你进行了哪些测试来验证你的更改。也请标注你测试的任何配置细节。_ | ||
|
||
- [ ] 测试 A | ||
- [ ] 测试 B | ||
|
||
# 核查清单: | ||
|
||
_请剔除无关项._ | ||
|
||
- [ ] 我的代码符合项目的样式规范。 | ||
- [ ] 我对我的代码进行了自我检查。 | ||
- [ ] 我已对代码进行注释,特别是晦涩难懂的部分。 | ||
- [ ] 我写的代码没蹦出新的警告。 |