Merge pull request #3960 from kittykat/issue-template

Issue templates: merge expected and actual results
This commit is contained in:
Benoit Marty 2021-09-03 17:27:23 +02:00 committed by GitHub
commit 1fdc5fd3d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

View File

@ -21,17 +21,14 @@ body:
validations:
required: true
- type: textarea
id: expected-result
attributes:
label: What did you expect?
placeholder: Tell us what you expected to happen in as much detail as you can.
validations:
required: true
- type: textarea
id: actual-result
id: result
attributes:
label: What happened?
placeholder: Tell us what went wrong
value: |
### What did you expect?
### What happened?
validations:
required: true
- type: input

1
changelog.d/3960.misc Normal file
View File

@ -0,0 +1 @@
Issue templates: merge expected and actual results