From 11c0dfc137be0b08e9f0043ee8b42b0a8dbeffdd Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 13 Mar 2024 13:40:59 +0000 Subject: chore: require atuin doctor in issue form (#1872) --- .github/ISSUE_TEMPLATE/bug.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 6eee2f73..c57c6d2d 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -13,14 +13,15 @@ body: label: What happened? description: Also tell us, what did you expect to happen? placeholder: Tell us what you see! - value: "A bug happened!" validations: required: true - type: textarea id: doctor + validations: + required: true attributes: label: Atuin doctor output - description: Please run 'atuin doctor' and share the output. If it fails to run, share any errors. + description: Please run 'atuin doctor' and share the output. If it fails to run, share any errors. This requires Atuin >=v18.1.0 render: yaml - type: checkboxes id: terms -- cgit v1.2.3