From faed40bf277ab6d6ce52ca50c12b3409039b5f8a Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Tue, 28 Jan 2020 17:56:17 +0100 Subject: [PATCH] Change issue templates to not hide stuff by default Using the "details" tag for all templates is excessive since most of the time, the compilation output is quite small, and not seeing it at a glance can be confusing. Only stack traces are worth hiding. --- .github/ISSUE_TEMPLATE/bug.md | 6 ++---- .github/ISSUE_TEMPLATE/crash.md | 5 ++--- .github/ISSUE_TEMPLATE/other-issue.md | 6 ++---- 3 files changed, 6 insertions(+), 11 deletions(-) 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