mirror of
https://github.com/atuinsh/atuin.git
synced 2025-01-13 01:38:41 +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?
|
label: What happened?
|
||||||
description: Also tell us, what did you expect to happen?
|
description: Also tell us, what did you expect to happen?
|
||||||
placeholder: Tell us what you see!
|
placeholder: Tell us what you see!
|
||||||
value: "A bug happened!"
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: doctor
|
id: doctor
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: Atuin doctor output
|
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
|
render: yaml
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: terms
|
id: terms
|
||||||
|
Loading…
Reference in New Issue
Block a user