Skip to content

Commit 9b7070b

Browse files
authored
Merge pull request element-hq#18877 from kittykat/issue-templates
Issue templates: merge expected and actual results
2 parents 315609e + 13aa157 commit 9b7070b

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

.github/ISSUE_TEMPLATE/bug-desktop.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,14 @@ body:
2121
validations:
2222
required: true
2323
- type: textarea
24-
id: what-happened
24+
id: result
2525
attributes:
2626
label: What happened?
2727
placeholder: Tell us what went wrong
28-
validations:
29-
required: true
30-
- type: textarea
31-
id: expected-result
32-
attributes:
33-
label: What did you expect?
34-
placeholder: Tell us what you expected to happen
28+
value: |
29+
### What did you expect?
30+
31+
### What happened?
3532
validations:
3633
required: true
3734
- type: input

.github/ISSUE_TEMPLATE/bug-web.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,14 @@ body:
2121
validations:
2222
required: true
2323
- type: textarea
24-
id: what-happened
24+
id: result
2525
attributes:
2626
label: What happened?
2727
placeholder: Tell us what went wrong
28-
validations:
29-
required: true
30-
- type: textarea
31-
id: expected-result
32-
attributes:
33-
label: What did you expect?
34-
placeholder: Tell us what you expected to happen
28+
value: |
29+
### What did you expect?
30+
31+
### What happened?
3532
validations:
3633
required: true
3734
- type: input

0 commit comments

Comments
 (0)