Skip to content

Commit

Permalink
add actual result (#4903)
Browse files Browse the repository at this point in the history
  • Loading branch information
Birbber committed Nov 14, 2023
1 parent 926a7b1 commit 676e630
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/ISSUE_TEMPLATE/issue_template.yaml
Expand Up @@ -164,10 +164,23 @@ body:
id: what-happened
attributes:
label: Issue Details
description: What happened?
placeholder: Please describe the steps to reproduce the issue you've experienced.
description: Please describe the steps to reproduce the issue you've experienced.
placeholder:
value: |
Steps to reproduce:
1.
2.
3.
validations:
required: true
- type: textarea
id: how_it_looks
attributes:
label: Actual Behavior
description:
placeholder: A clear description of what happened.
validations:
required: false
- type: textarea
id: how_it_should_be
attributes:
Expand Down

0 comments on commit 676e630

Please sign in to comment.