mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-22 00:03:49 +01:00
chore: add section to issue form (#1873)
This commit is contained in:
parent
11c0dfc137
commit
da8cc48198
8
.github/ISSUE_TEMPLATE/bug.yaml
vendored
8
.github/ISSUE_TEMPLATE/bug.yaml
vendored
@ -7,11 +7,17 @@ body:
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
- type: textarea
|
||||
id: what-expected
|
||||
attributes:
|
||||
label: What did you expect to happen?
|
||||
placeholder: Tell us what you expected to see!
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: What happened?
|
||||
description: Also tell us, what did you expect to happen?
|
||||
placeholder: Tell us what you see!
|
||||
validations:
|
||||
required: true
|
||||
|
Loading…
Reference in New Issue
Block a user