Merge pull request #18877 from kittykat/issue-templates
Issue templates: merge expected and actual results
This commit is contained in:
commit
9b7070b8e6
2 changed files with 10 additions and 16 deletions
13
.github/ISSUE_TEMPLATE/bug-desktop.yml
vendored
13
.github/ISSUE_TEMPLATE/bug-desktop.yml
vendored
|
@ -21,17 +21,14 @@ body:
|
|||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
id: result
|
||||
attributes:
|
||||
label: What happened?
|
||||
placeholder: Tell us what went wrong
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expected-result
|
||||
attributes:
|
||||
label: What did you expect?
|
||||
placeholder: Tell us what you expected to happen
|
||||
value: |
|
||||
### What did you expect?
|
||||
|
||||
### What happened?
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
|
13
.github/ISSUE_TEMPLATE/bug-web.yml
vendored
13
.github/ISSUE_TEMPLATE/bug-web.yml
vendored
|
@ -21,17 +21,14 @@ body:
|
|||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
id: result
|
||||
attributes:
|
||||
label: What happened?
|
||||
placeholder: Tell us what went wrong
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expected-result
|
||||
attributes:
|
||||
label: What did you expect?
|
||||
placeholder: Tell us what you expected to happen
|
||||
value: |
|
||||
### What did you expect?
|
||||
|
||||
### What happened?
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
|
Loading…
Add table
Reference in a new issue