From d814f13ca730ff76ce5d9f8053116eba1e0aded7 Mon Sep 17 00:00:00 2001 From: CHKZL Date: Sat, 31 Aug 2024 01:00:13 +0800 Subject: [PATCH 1/5] Update 1-bug-report.yml --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index c313d017b..20bd979d8 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -72,6 +72,15 @@ body: - 其他 validations: required: true + - type: textarea + id: what-happened + attributes: + label: 版本号多少? + description: | + 当前你使用的DDTV版本号多少,版本号是一个X.X.X.X格式的数字 + placeholder: 5.x.x.x + validations: + required: true - type: checkboxes id: confirm-newest-version attributes: From 9292856d6cb3238e37d40c30a030ee69c8919c45 Mon Sep 17 00:00:00 2001 From: CHKZL Date: Sat, 31 Aug 2024 01:00:57 +0800 Subject: [PATCH 2/5] Update 1-bug-report.yml --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 20bd979d8..8078c33db 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -73,7 +73,7 @@ body: validations: required: true - type: textarea - id: what-happened + id: what-is-version-number attributes: label: 版本号多少? description: | From 323cb625f91bd93d6c3d77748a7c023160ccbb82 Mon Sep 17 00:00:00 2001 From: Seele Volleri <33335@33335.top> Date: Sun, 1 Sep 2024 05:24:48 +0800 Subject: [PATCH 3/5] Create 2-feature-request.yml --- .github/ISSUE_TEMPLATE/2-feature-request.yml | 29 ++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/2-feature-request.yml diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.yml b/.github/ISSUE_TEMPLATE/2-feature-request.yml new file mode 100644 index 000000000..21a60499e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-feature-request.yml @@ -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: | + 直接粘贴过来就行,可以是你认为相关的任何东西。 From 36dcac70aa4dea1b06f01dcb5d1bfc67da31024b Mon Sep 17 00:00:00 2001 From: Seele Volleri <33335@33335.top> Date: Sun, 1 Sep 2024 05:28:03 +0800 Subject: [PATCH 4/5] Update 1-bug-report.yml --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 8078c33db..24b2c7358 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -13,7 +13,7 @@ body: label: 咋了? description: | 预期发生什么,实际发生了什么? - placeholder: 我录播完成后发现录播花屏/声音不同步了!。 + placeholder: 我录播完成后发现录播花屏/声音不同步了! validations: required: true - type: textarea @@ -46,12 +46,9 @@ body: options: - Linux(请在怎么复现里注明发行版) - Windows 11 - - Windows 11 精简版 - Windows 10 - - Windows 10 精简版 - Windows 8 - Windows 7 - - Windows 7 精简版 - Windows XP - MacOS(请在怎么复现里注明具体版本和设备) - 其他,在怎么复现里写一下。 @@ -69,6 +66,7 @@ body: - DDTV3_GUI - DDTV3_Server - DDTV3_CLI + - DDTV...2? - 其他 validations: required: true @@ -84,7 +82,7 @@ body: - type: checkboxes id: confirm-newest-version attributes: - label: 你 100% 确定你在使用最新的开发板吗?在打勾前请运行一次检查更新。 + label: 你 100% 确定你在使用最新的开发版吗?在打勾前请运行一次检查更新。 options: - label: 是的,我 100% 确定。 required: false From 06772c92ae7ff8045a25932cc2f8e8b4ed2c8b80 Mon Sep 17 00:00:00 2001 From: Seele Volleri <33335@33335.top> Date: Sun, 1 Sep 2024 05:49:22 +0800 Subject: [PATCH 5/5] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..cf51913f5 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,29 @@ +# 描述 + +_请写一个简短的描述,做出了哪些更改,修复了哪些 bug。还请包含更改的动机和内容。列出任何依赖本次更改的组件。_ + +# 文档的特性/变更总结 + +_若无关于文档,请剔除这段。_ + +如果预见到需要变更文档条目,请提供进一步实施的关键要素并将标签设置为 'Needs Documentation'。您可以提交一个文档的 PR,或者您可以将以下信息留给技术写作者: + +- [ ] 简介 (复制粘贴 PR 标题) +- [ ] 总结 (跟用户有关的描述) +- [ ] 用例 (?) + +# 怎么测试的? + +_请描述你进行了哪些测试来验证你的更改。也请标注你测试的任何配置细节。_ + +- [ ] 测试 A +- [ ] 测试 B + +# 核查清单: + +_请剔除无关项._ + +- [ ] 我的代码符合项目的样式规范。 +- [ ] 我对我的代码进行了自我检查。 +- [ ] 我已对代码进行注释,特别是晦涩难懂的部分。 +- [ ] 我写的代码没蹦出新的警告。