summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-03-13 13:40:59 +0000
committerGitHub <noreply@github.com>2024-03-13 13:40:59 +0000
commit11c0dfc137be0b08e9f0043ee8b42b0a8dbeffdd (patch)
tree302ff0f7ffe4a07535a516834808c2b2cf3a3929
parent9ae167d44b2df76fb08979aa73c1560620b21ebe (diff)
chore: require atuin doctor in issue form (#1872)
-rw-r--r--.github/ISSUE_TEMPLATE/bug.yaml5
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