From 24fb3c99618549efd18909a0ab52427a9ad6f506 Mon Sep 17 00:00:00 2001 From: Qinyang Liu <93815242+willow-god@users.noreply.github.com> Date: Tue, 2 Jul 2024 13:13:47 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=B6=E2=80=8D=F0=9F=8C=AB=EF=B8=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9issue=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/功能建议.md | 16 ++++--------- .github/ISSUE_TEMPLATE/指出问题.md | 38 ------------------------------ .github/ISSUE_TEMPLATE/邮箱订阅.md | 8 ++++--- .github/ISSUE_TEMPLATE/问题反馈.md | 12 ++++++++++ 4 files changed, 21 insertions(+), 53 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/指出问题.md create mode 100644 .github/ISSUE_TEMPLATE/问题反馈.md diff --git a/.github/ISSUE_TEMPLATE/功能建议.md b/.github/ISSUE_TEMPLATE/功能建议.md index d748bcd..3600fc5 100644 --- a/.github/ISSUE_TEMPLATE/功能建议.md +++ b/.github/ISSUE_TEMPLATE/功能建议.md @@ -1,20 +1,12 @@ --- name: 功能建议 about: 你想要什么高级功能? -title: 功能建议 +title: "[功能建议]" labels: '' assignees: '' --- -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. +你想要什么新功能?请在这里指出! +请保留标题中的[功能建议]前缀,在后面直接打出你的问题 +(编辑后请将该行删掉) diff --git a/.github/ISSUE_TEMPLATE/指出问题.md b/.github/ISSUE_TEMPLATE/指出问题.md deleted file mode 100644 index e4f3ceb..0000000 --- a/.github/ISSUE_TEMPLATE/指出问题.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: 指出问题 -about: 你发现了一些问题,想要指出 -title: 指出问题 -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/邮箱订阅.md b/.github/ISSUE_TEMPLATE/邮箱订阅.md index 090d9b2..6ac897d 100644 --- a/.github/ISSUE_TEMPLATE/邮箱订阅.md +++ b/.github/ISSUE_TEMPLATE/邮箱订阅.md @@ -1,10 +1,12 @@ --- name: 邮箱订阅 -about: 请在标题直接输入您的邮箱,不要带空格及其他符号 -title: 邮箱订阅 +about: 请在标题后直接输入您的邮箱,不要带空格及其他符号 +title: "[e-mail]" labels: '' assignees: '' --- - +请在标题后直接输入您的邮箱,不要带空格及其他符号 +如:[email]01@liushen.fun +不要删除前缀,这将作为匹配的依据。 diff --git a/.github/ISSUE_TEMPLATE/问题反馈.md b/.github/ISSUE_TEMPLATE/问题反馈.md new file mode 100644 index 0000000..4da2f4a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/问题反馈.md @@ -0,0 +1,12 @@ +--- +name: 问题反馈 +about: 你发现了一些问题,想要指出 +title: "[问题反馈]" +labels: '' +assignees: '' + +--- + +你遇到了什么问题?欢迎反馈! +请保留标题中的[问题反馈]字样,在后面写上你发现的问题 +(编辑时请将该部分删掉)