diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index bfc74c2746eb..b4d5b92745b7 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -13,12 +13,10 @@ assignees: '' println("hello, world") ``` -
-Compilation output +## Compilation output ```scala -# TODO add compilation output here +// TODO add compilation output here ``` -
## expectation diff --git a/.github/ISSUE_TEMPLATE/crash.md b/.github/ISSUE_TEMPLATE/crash.md index 908bba095844..5329fe9a400c 100644 --- a/.github/ISSUE_TEMPLATE/crash.md +++ b/.github/ISSUE_TEMPLATE/crash.md @@ -13,11 +13,10 @@ assignees: '' println("hello, world") ``` - +## Crash output (click arrow to expand)
-Stack trace ```scala -# TODO add stack trace here +// TODO add output here ```
diff --git a/.github/ISSUE_TEMPLATE/other-issue.md b/.github/ISSUE_TEMPLATE/other-issue.md index 32a36558f339..0356f643e8d7 100644 --- a/.github/ISSUE_TEMPLATE/other-issue.md +++ b/.github/ISSUE_TEMPLATE/other-issue.md @@ -13,12 +13,10 @@ assignees: '' println("hello, world") ``` -
-Compilation output +## Compilation output ```scala -# TODO add compilation output here +// TODO add compilation output here ``` -
## expectation