mirror of
https://github.com/atuinsh/atuin.git
synced 2024-12-25 08:29:13 +01:00
chore: require atuin doctor in issue form (#1872)
This commit is contained in:
parent
9ae167d44b
commit
11c0dfc137
5
.github/ISSUE_TEMPLATE/bug.yaml
vendored
5
.github/ISSUE_TEMPLATE/bug.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user