Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/CHKZL/DDTV
Browse files Browse the repository at this point in the history
  • Loading branch information
CHKZL committed Sep 2, 2024
2 parents c846d63 + 1dd6727 commit 3a139b0
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/ISSUE_TEMPLATE/1-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
label: 咋了?
description: |
预期发生什么,实际发生了什么?
placeholder: 我录播完成后发现录播花屏/声音不同步了!
placeholder: 我录播完成后发现录播花屏/声音不同步了!
validations:
required: true
- type: textarea
Expand Down Expand Up @@ -46,12 +46,9 @@ body:
options:
- Linux(请在怎么复现里注明发行版)
- Windows 11
- Windows 11 精简版
- Windows 10
- Windows 10 精简版
- Windows 8
- Windows 7
- Windows 7 精简版
- Windows XP
- MacOS(请在怎么复现里注明具体版本和设备)
- 其他,在怎么复现里写一下。
Expand All @@ -69,13 +66,23 @@ body:
- DDTV3_GUI
- DDTV3_Server
- DDTV3_CLI
- DDTV...2?
- 其他
validations:
required: true
- type: textarea
id: what-is-version-number
attributes:
label: 版本号多少?
description: |
当前你使用的DDTV版本号多少,版本号是一个X.X.X.X格式的数字
placeholder: 5.x.x.x
validations:
required: true
- type: checkboxes
id: confirm-newest-version
attributes:
label: 你 100% 确定你在使用最新的开发板吗?在打勾前请运行一次检查更新。
label: 你 100% 确定你在使用最新的开发版吗?在打勾前请运行一次检查更新。
options:
- label: 是的,我 100% 确定。
required: false
Expand Down
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/2-feature-request.yml
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: |
直接粘贴过来就行,可以是你认为相关的任何东西。
29 changes: 29 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# 描述

_请写一个简短的描述,做出了哪些更改,修复了哪些 bug。还请包含更改的动机和内容。列出任何依赖本次更改的组件。_

# 文档的特性/变更总结

_若无关于文档,请剔除这段。_

如果预见到需要变更文档条目,请提供进一步实施的关键要素并将标签设置为 'Needs Documentation'。您可以提交一个文档的 PR,或者您可以将以下信息留给技术写作者:

- [ ] 简介 (复制粘贴 PR 标题)
- [ ] 总结 (跟用户有关的描述)
- [ ] 用例 (?)

# 怎么测试的?

_请描述你进行了哪些测试来验证你的更改。也请标注你测试的任何配置细节。_

- [ ] 测试 A
- [ ] 测试 B

# 核查清单:

_请剔除无关项._

- [ ] 我的代码符合项目的样式规范。
- [ ] 我对我的代码进行了自我检查。
- [ ] 我已对代码进行注释,特别是晦涩难懂的部分。
- [ ] 我写的代码没蹦出新的警告。

0 comments on commit 3a139b0

Please sign in to comment.