From 91b44beae21b12bf418aa6053f501923c2e2a43e Mon Sep 17 00:00:00 2001 From: wanxp <977741432@qq.com> Date: Mon, 30 Oct 2023 20:05:51 +0800 Subject: [PATCH 1/9] Update issue templates --- .github/ISSUE_TEMPLATE/bug反馈-bug-report.md | 25 ++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug反馈-bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug反馈-bug-report.md b/.github/ISSUE_TEMPLATE/bug反馈-bug-report.md new file mode 100644 index 0000000..4bfb558 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug反馈-bug-report.md @@ -0,0 +1,25 @@ +--- +name: bug反馈/Bug report +about: 使用遇到问题时反馈问题/Create a report to help us improve +title: bug +labels: '' +assignees: Wanxp + +--- + +1. 问题说明 +... +2. 书影音名称 +... +3. 模板展示 +```txt +... +``` +3. 操作系统版本 +- [ ] windows +- [ ] ubuntu +- [ ] mac +- [ ] android +- [ ] ios +4. obisidian版本 +... From 6103263c775e099764e2bd824aad357c2fdcf857 Mon Sep 17 00:00:00 2001 From: wanxp <977741432@qq.com> Date: Mon, 30 Oct 2023 20:08:43 +0800 Subject: [PATCH 2/9] Update issue templates --- .github/ISSUE_TEMPLATE/bug反馈-bug-report.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug反馈-bug-report.md b/.github/ISSUE_TEMPLATE/bug反馈-bug-report.md index 4bfb558..a04ef84 100644 --- a/.github/ISSUE_TEMPLATE/bug反馈-bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug反馈-bug-report.md @@ -8,12 +8,14 @@ assignees: Wanxp --- 1. 问题说明 -... +我的操作是..., 结果如何..., 想要达到的效果是... 2. 书影音名称 ... 3. 模板展示 ```txt -... +--- +title: {{name}} +--- ``` 3. 操作系统版本 - [ ] windows From d02c54b0c90616a0e73392ba346cd7de61ccca8f Mon Sep 17 00:00:00 2001 From: wanxp <977741432@qq.com> Date: Mon, 30 Oct 2023 20:11:20 +0800 Subject: [PATCH 3/9] Update issue templates --- .github/ISSUE_TEMPLATE/新功能建议-feature-request.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/新功能建议-feature-request.md diff --git a/.github/ISSUE_TEMPLATE/新功能建议-feature-request.md b/.github/ISSUE_TEMPLATE/新功能建议-feature-request.md new file mode 100644 index 0000000..64f1d5a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/新功能建议-feature-request.md @@ -0,0 +1,10 @@ +--- +name: 新功能建议/Feature request +about: Suggest an idea for this project +title: "[Feature]:" +labels: '' +assignees: '' + +--- + + From 414f078d55549019e6e316166401f8f73aa4125b Mon Sep 17 00:00:00 2001 From: wanxp <977741432@qq.com> Date: Mon, 30 Oct 2023 20:12:09 +0800 Subject: [PATCH 4/9] Update issue templates --- .github/ISSUE_TEMPLATE/bug反馈-bug-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug反馈-bug-report.md b/.github/ISSUE_TEMPLATE/bug反馈-bug-report.md index a04ef84..e68aa26 100644 --- a/.github/ISSUE_TEMPLATE/bug反馈-bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug反馈-bug-report.md @@ -1,7 +1,7 @@ --- name: bug反馈/Bug report about: 使用遇到问题时反馈问题/Create a report to help us improve -title: bug +title: "[Bug]:" labels: '' assignees: Wanxp From 4eabfea41977cea89006936233e99446f1db1a2e Mon Sep 17 00:00:00 2001 From: wanxp <977741432@qq.com> Date: Mon, 30 Oct 2023 21:34:53 +0800 Subject: [PATCH 5/9] Update issue templates --- .github/ISSUE_TEMPLATE/bug反馈-bug-report.md | 24 ++++++++++++++++---- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug反馈-bug-report.md b/.github/ISSUE_TEMPLATE/bug反馈-bug-report.md index e68aa26..dcf1f50 100644 --- a/.github/ISSUE_TEMPLATE/bug反馈-bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug反馈-bug-report.md @@ -1,27 +1,41 @@ --- name: bug反馈/Bug report about: 使用遇到问题时反馈问题/Create a report to help us improve -title: "[Bug]:" +title: "[Bug]:简要描述你的问题" labels: '' assignees: Wanxp --- 1. 问题说明 -我的操作是..., 结果如何..., 想要达到的效果是... +1.1 操作 +比如进行同步电影时,无法获取我自己的评论... + +1.2 结果 +截图或者文本... +```text +--- +title: 英雄 +--- +``` + 2. 书影音名称 -... +《英雄》 + 3. 模板展示 ```txt --- title: {{name}} --- ``` -3. 操作系统版本 +4. 其它 +如相关的插件设置... + +5. 操作系统版本 - [ ] windows - [ ] ubuntu - [ ] mac - [ ] android - [ ] ios -4. obisidian版本 +6. obisidian版本 ... From ccabb3e29d7f2417490b981ec266fcdcc9f994b1 Mon Sep 17 00:00:00 2001 From: wanxp <977741432@qq.com> Date: Mon, 30 Oct 2023 21:38:37 +0800 Subject: [PATCH 6/9] Update issue templates --- .../{bug反馈-bug-report.md => 异常反馈-bug-report.md} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{bug反馈-bug-report.md => 异常反馈-bug-report.md} (89%) diff --git a/.github/ISSUE_TEMPLATE/bug反馈-bug-report.md b/.github/ISSUE_TEMPLATE/异常反馈-bug-report.md similarity index 89% rename from .github/ISSUE_TEMPLATE/bug反馈-bug-report.md rename to .github/ISSUE_TEMPLATE/异常反馈-bug-report.md index dcf1f50..62a2268 100644 --- a/.github/ISSUE_TEMPLATE/bug反馈-bug-report.md +++ b/.github/ISSUE_TEMPLATE/异常反馈-bug-report.md @@ -1,5 +1,5 @@ --- -name: bug反馈/Bug report +name: 异常反馈/Bug report about: 使用遇到问题时反馈问题/Create a report to help us improve title: "[Bug]:简要描述你的问题" labels: '' @@ -16,6 +16,7 @@ assignees: Wanxp ```text --- title: 英雄 +comment: --- ``` @@ -26,6 +27,7 @@ title: 英雄 ```txt --- title: {{name}} +comment: {{myComment}} --- ``` 4. 其它 From 37266a37725f174c949a139a4174e87852548e9c Mon Sep 17 00:00:00 2001 From: wanxp <977741432@qq.com> Date: Mon, 30 Oct 2023 21:40:09 +0800 Subject: [PATCH 7/9] Update issue templates --- .github/ISSUE_TEMPLATE/异常反馈-bug-report.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/异常反馈-bug-report.md b/.github/ISSUE_TEMPLATE/异常反馈-bug-report.md index 62a2268..e382823 100644 --- a/.github/ISSUE_TEMPLATE/异常反馈-bug-report.md +++ b/.github/ISSUE_TEMPLATE/异常反馈-bug-report.md @@ -8,10 +8,10 @@ assignees: Wanxp --- 1. 问题说明 -1.1 操作 +1.1 操作: 比如进行同步电影时,无法获取我自己的评论... -1.2 结果 +1.2 结果: 截图或者文本... ```text --- @@ -19,6 +19,13 @@ title: 英雄 comment: --- ``` +1.3 我想要的效果: +```text +--- +title: 英雄 +comment: 我的评论 +--- +``` 2. 书影音名称 《英雄》 From 7395da937cbb6c6276847f686efadb2c376c6c76 Mon Sep 17 00:00:00 2001 From: wanxp <977741432@qq.com> Date: Mon, 30 Oct 2023 21:44:28 +0800 Subject: [PATCH 8/9] Update issue templates --- .github/ISSUE_TEMPLATE/异常反馈-bug-report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/异常反馈-bug-report.md b/.github/ISSUE_TEMPLATE/异常反馈-bug-report.md index e382823..63a4e14 100644 --- a/.github/ISSUE_TEMPLATE/异常反馈-bug-report.md +++ b/.github/ISSUE_TEMPLATE/异常反馈-bug-report.md @@ -8,6 +8,7 @@ assignees: Wanxp --- 1. 问题说明 + 1.1 操作: 比如进行同步电影时,无法获取我自己的评论... From e3fecf03c40edd5c64b1f292c9a3e72e4be822ca Mon Sep 17 00:00:00 2001 From: wanxp <977741432@qq.com> Date: Mon, 30 Oct 2023 22:00:43 +0800 Subject: [PATCH 9/9] Update issue templates --- .github/ISSUE_TEMPLATE/异常反馈-bug-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/异常反馈-bug-report.md b/.github/ISSUE_TEMPLATE/异常反馈-bug-report.md index 63a4e14..f29847e 100644 --- a/.github/ISSUE_TEMPLATE/异常反馈-bug-report.md +++ b/.github/ISSUE_TEMPLATE/异常反馈-bug-report.md @@ -42,7 +42,7 @@ comment: {{myComment}} 如相关的插件设置... 5. 操作系统版本 -- [ ] windows +- [x] windows - [ ] ubuntu - [ ] mac - [ ] android