1
1
mirror of https://github.com/ellie/atuin.git synced 2024-09-11 21:18:22 +03:00

chore: add section to issue form (#1873)

This commit is contained in:
Ellie Huxtable 2024-03-13 14:01:37 +00:00 committed by GitHub
parent 11c0dfc137
commit da8cc48198
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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