From 6041e5a0fa0cba7578a9ec329059b8d758a1c8c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=AE=E5=87=89?= <927625802@qq.com> Date: Thu, 2 Dec 2021 22:55:01 +0800 Subject: [PATCH] :sparkler: Add ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE/bug_report.yml | 39 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++++ 2 files changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..ef8eef2d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,39 @@ +name: "Bug report" +description: Bug report +labels: [pending triage] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: input + id: version + attributes: + label: Alist Version / Alist 版本 + description: What version of our software are you running? + placeholder: v2.0.0 + validations: + required: true + - type: textarea + id: bug-description + attributes: + label: Describe the bug / 问题描述 + validations: + required: true + - type: textarea + id: reproduction + attributes: + label: Reproduction / 复现链接 + description: | + Please provide a link to a repo that can reproduce the problem you ran into. + 请提供能复现此问题的链接 + validations: + required: false + - type: textarea + id: logs + attributes: + label: 日志 / Logs + description: | + Please copy and paste any relevant log output. + 请复制粘贴错误日志,或者截图 + render: shell \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..be284ab6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Questions & Discussions + url: https://github.com/Xhofe/alist/discussions + about: Use GitHub discussions for message-board style questions and discussions. \ No newline at end of file