From 2b4bc41c475cd3f130137ff6240243e7e2a66b22 Mon Sep 17 00:00:00 2001 From: Kimo Knowles Date: Sat, 12 Aug 2023 02:57:37 +0200 Subject: [PATCH] Ask about factory reset in bug template --- .github/ISSUE_TEMPLATE/Bug-Report.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/Bug-Report.yml b/.github/ISSUE_TEMPLATE/Bug-Report.yml index ccb02eb2..242e790f 100644 --- a/.github/ISSUE_TEMPLATE/Bug-Report.yml +++ b/.github/ISSUE_TEMPLATE/Bug-Report.yml @@ -16,6 +16,13 @@ body: value: "A bug happened!" validations: required: true + - type: checkboxes + id: factory-reset + attributes: + label: Factory Reset + description: Have you tried a [factory reset](https://github.com/day8/re-frame-10x#factory-reset)? + options: + - label: "yes" - type: input id: re-frame-10x-version attributes: