From 622fca524bcf5db402c493cace50f4f1c868e529 Mon Sep 17 00:00:00 2001 From: moeakwak Date: Tue, 6 Feb 2024 23:51:12 +0800 Subject: [PATCH] docs: update issue template --- ...-report---bug-\346\212\245\345\221\212.md" | 2 +- ...37\350\203\275\345\273\272\350\256\256.md" | 2 +- ...-\346\212\245\351\224\231\347\255\211-.md" | 31 ------------------- 3 files changed, 2 insertions(+), 33 deletions(-) delete mode 100644 ".github/ISSUE_TEMPLATE/seek-help---\345\257\273\346\261\202\345\270\256\345\212\251-\346\227\240\346\263\225\344\275\277\347\224\250-\346\212\245\351\224\231\347\255\211-.md" diff --git "a/.github/ISSUE_TEMPLATE/bug-report---bug-\346\212\245\345\221\212.md" "b/.github/ISSUE_TEMPLATE/bug-report---bug-\346\212\245\345\221\212.md" index 2f90fe2c..951450fa 100644 --- "a/.github/ISSUE_TEMPLATE/bug-report---bug-\346\212\245\345\221\212.md" +++ "b/.github/ISSUE_TEMPLATE/bug-report---bug-\346\212\245\345\221\212.md" @@ -1,6 +1,6 @@ --- name: Bug report / bug 报告 -about: report a code bug / 除非你肯定是代码的问题而不是你的问题 +about: 注意:配置问题请到 Discussions 区提问。请仅在确信这是一个来自代码的 bug 时使用此模板。 title: '' labels: bug assignees: '' diff --git "a/.github/ISSUE_TEMPLATE/feature-request---\346\226\260\345\212\237\350\203\275\345\273\272\350\256\256.md" "b/.github/ISSUE_TEMPLATE/feature-request---\346\226\260\345\212\237\350\203\275\345\273\272\350\256\256.md" index 912721db..ed8e9255 100644 --- "a/.github/ISSUE_TEMPLATE/feature-request---\346\226\260\345\212\237\350\203\275\345\273\272\350\256\256.md" +++ "b/.github/ISSUE_TEMPLATE/feature-request---\346\226\260\345\212\237\350\203\275\345\273\272\350\256\256.md" @@ -1,6 +1,6 @@ --- name: Feature request / 新功能建议 -about: Suggest an idea for this project / 提建议前请先看有没有重复的 issue +about: 提建议前请先确认是否已经存在类似的 issue title: '' labels: enhancement assignees: '' diff --git "a/.github/ISSUE_TEMPLATE/seek-help---\345\257\273\346\261\202\345\270\256\345\212\251-\346\227\240\346\263\225\344\275\277\347\224\250-\346\212\245\351\224\231\347\255\211-.md" "b/.github/ISSUE_TEMPLATE/seek-help---\345\257\273\346\261\202\345\270\256\345\212\251-\346\227\240\346\263\225\344\275\277\347\224\250-\346\212\245\351\224\231\347\255\211-.md" deleted file mode 100644 index 823e884a..00000000 --- "a/.github/ISSUE_TEMPLATE/seek-help---\345\257\273\346\261\202\345\270\256\345\212\251-\346\227\240\346\263\225\344\275\277\347\224\250-\346\212\245\351\224\231\347\255\211-.md" +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: Seek help / 寻求帮助(无法使用、报错等) -about: Ask for help when you meet trouble / 请按照模版填写,提供尽可能多的信息,否则不予回复 -title: '' -labels: '' -assignees: '' - ---- - -**Version** -v0.x.x - -**What's your deploying environment?** -- [ ] Docker -- [ ] Caddy -- [ ] Other - -**Describe the problem** -A clear and concise description of your problem. - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Your config.yaml or other configurations** -Provide your configurations. You may hide your secrets or access tokens. - -**Screenshots or running logs** -If applicable, add screenshots or logs to help explain your problem. - -**Additional context** -Add any other context about the problem here.