diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-03-13 13:40:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-13 13:40:59 +0000 |
| commit | 11c0dfc137be0b08e9f0043ee8b42b0a8dbeffdd (patch) | |
| tree | 302ff0f7ffe4a07535a516834808c2b2cf3a3929 /.github | |
| parent | chore: add issue form (#1871) (diff) | |
| download | atuin-11c0dfc137be0b08e9f0043ee8b42b0a8dbeffdd.zip | |
chore: require atuin doctor in issue form (#1872)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug.yaml | 5 |
1 files 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 |
