From 7afe0656017a382a048163394b0a1be6c3a2b971 Mon Sep 17 00:00:00 2001 From: Suwings Date: Sun, 6 Feb 2022 15:59:35 +0800 Subject: [PATCH] Create .github --- .github/ISSUE_TEMPLATE/------.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/----.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/bug---.md | 21 +++++++++++++++++++++ .github/github.txt | 0 4 files changed, 47 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/------.md create mode 100644 .github/ISSUE_TEMPLATE/----.md create mode 100644 .github/ISSUE_TEMPLATE/bug---.md create mode 100644 .github/github.txt diff --git a/.github/ISSUE_TEMPLATE/------.md b/.github/ISSUE_TEMPLATE/------.md new file mode 100644 index 0000000..6fa1b9c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/------.md @@ -0,0 +1,10 @@ +--- +name: 其他类型模板 +about: 除BUG报告与功能建议之外的任何内容,请使用本模板。 +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/----.md b/.github/ISSUE_TEMPLATE/----.md new file mode 100644 index 0000000..bdfc27e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----.md @@ -0,0 +1,16 @@ +--- +name: 功能建议 +about: 有任何功能上的想法或意见可以使用此模板发布。 +title: "[Feature]" +labels: Feature Request +assignees: '' + +--- + +**面板版本** + + +**想法/建议** + + +**您认为这个想法/建议在每100人中会有多少人遇到/使用** diff --git a/.github/ISSUE_TEMPLATE/bug---.md b/.github/ISSUE_TEMPLATE/bug---.md new file mode 100644 index 0000000..6604016 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug---.md @@ -0,0 +1,21 @@ +--- +name: BUG 报告 +about: 创建一个 BUG 报告给予开发团队。 +title: "[BUG]" +labels: '' +assignees: '' + +--- + +**操作系统版本** + +**面板版本** + + +**出现概率** + + +**BUG 详情描述** + + +**复现步骤** diff --git a/.github/github.txt b/.github/github.txt new file mode 100644 index 0000000..e69de29