Fix(template): Inform to place stack trace to Issue (#417)
Browse files* Fix(template): Inform to place stack trace to Issue
* Update following suggestions
Co-authored-by: Wing Lian <wing.lian@gmail.com>
---------
Co-authored-by: Wing Lian <wing.lian@gmail.com>
.github/ISSUE_TEMPLATE/bug-report.yaml
CHANGED
@@ -32,7 +32,7 @@ body:
|
|
32 |
label: Current behaviour
|
33 |
description: |
|
34 |
Tell us what happens instead of the expected behavior.
|
35 |
-
|
36 |
validations:
|
37 |
required: true
|
38 |
|
|
|
32 |
label: Current behaviour
|
33 |
description: |
|
34 |
Tell us what happens instead of the expected behavior.
|
35 |
+
Provide stacktrace and/or screenshots.
|
36 |
validations:
|
37 |
required: true
|
38 |
|