From 6d0e54d87e51d58a3532ff31cff1aeaff2cc328b Mon Sep 17 00:00:00 2001 From: Noah Hsu <i@nn.ci> Date: Fri, 17 Jun 2022 15:07:44 +0800 Subject: [PATCH] chore: add driver for issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 411350c2..00802cff 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -23,6 +23,14 @@ body: placeholder: v2.0.0 validations: required: true + - type: input + id: driver + attributes: + label: Driver used / 使用的存储驱动 + description: What storage driver are you using? + placeholder: "for example: Onedrive" + validations: + required: true - type: textarea id: bug-description attributes: