From dbc9e02ff3f90eb700227c73f8da8fae597676f7 Mon Sep 17 00:00:00 2001 From: fyears <1142836+fyears@users.noreply.github.com> Date: Sat, 26 Mar 2022 11:22:37 +0800 Subject: [PATCH] update bug report tmpl --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 78c6c4a..c4bac8b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ name: Bug Report -description: File a bug report +description: Fire a bug report title: "[Bug]: " labels: ["bug"] body: @@ -55,6 +55,14 @@ body: description: What version of Obsidian are you running? validations: required: false + - type: checkboxes + id: using-password + attributes: + label: Using password or not + description: Are you using password (end-to-end encryption) or not? + options: + - label: Yes. + required: false - type: checkboxes id: ensure-no-sensitive-information attributes: