diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-03-13 14:01:37 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-13 14:01:37 +0000 |
| commit | da8cc481989113211e7c0fdc6c89c8d30fb59688 (patch) | |
| tree | 6ba8a8df0a1cdde2776c8f0cd758ef7b7920a8cb /.github/ISSUE_TEMPLATE | |
| parent | chore: require atuin doctor in issue form (#1872) (diff) | |
| download | atuin-da8cc481989113211e7c0fdc6c89c8d30fb59688.zip | |
chore: add section to issue form (#1873)
Diffstat (limited to '.github/ISSUE_TEMPLATE')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index c57c6d2d..54cc46d7 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -8,10 +8,16 @@ body: 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 |
