mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Merge pull request #3960 from kittykat/issue-template
Issue templates: merge expected and actual results
This commit is contained in:
commit
1fdc5fd3d9
2 changed files with 6 additions and 8 deletions
13
.github/ISSUE_TEMPLATE/bug.yml
vendored
13
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -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
1
changelog.d/3960.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Issue templates: merge expected and actual results
|
Loading…
Add table
Reference in a new issue