From 6820e59597f49d97564d583f510589418b20186d Mon Sep 17 00:00:00 2001 From: Zhe Fang Date: Tue, 11 Nov 2025 11:55:54 -0500 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-反馈.md | 22 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 21 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 13 +++++++++++++ .github/ISSUE_TEMPLATE/功能建议.md | 13 +++++++++++++ 4 files changed, 69 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-反馈.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/功能建议.md diff --git a/.github/ISSUE_TEMPLATE/bug-反馈.md b/.github/ISSUE_TEMPLATE/bug-反馈.md new file mode 100644 index 0000000..89edc02 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-反馈.md @@ -0,0 +1,22 @@ +--- +name: Bug 反馈 +about: 帮助我们改进 BetterLyrics +title: '' +labels: '' +assignees: '' + +--- + +**描述问题** + + +**屏幕截图** + + +**BetterLyrics 版本** +v1.0.XX.0 + +**日志** +将日志以单文件形式上传到此处。你可以在此处找到日志文件 `%LocalAppData%\Packages\37412.BetterLyrics_rd1g0rsrrtxw8\LocalCache\logs` + +**附加信息** diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..d295295 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,21 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** + + +**Screenshots** + +**BetterLyrics Version** +v1.0.XX.0 + +**Logs** +Upload logs as a file here. You can find logs at `%LocalAppData%\Packages\37412.BetterLyrics_rd1g0rsrrtxw8\LocalCache\logs` + +**Additional context** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..2eb5145 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,13 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Describe the solution you'd like** + + +**Additional context** diff --git a/.github/ISSUE_TEMPLATE/功能建议.md b/.github/ISSUE_TEMPLATE/功能建议.md new file mode 100644 index 0000000..8b359ae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/功能建议.md @@ -0,0 +1,13 @@ +--- +name: 功能建议 +about: 提供宝贵的功能建议 +title: '' +labels: '' +assignees: '' + +--- + +**描述你所构想的解决方案** + + +**附加信息**