diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index b4d5b92745b7..5b7115f4ad0b 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -7,16 +7,16 @@ assignees: '' --- -## minimized code +## Minimized code ```Scala println("hello, world") ``` -## Compilation output +## Output ```scala -// TODO add compilation output here +// TODO add output here ``` -## expectation +## Expectation diff --git a/.github/ISSUE_TEMPLATE/crash.md b/.github/ISSUE_TEMPLATE/crash.md index 5329fe9a400c..300c559424b3 100644 --- a/.github/ISSUE_TEMPLATE/crash.md +++ b/.github/ISSUE_TEMPLATE/crash.md @@ -7,13 +7,13 @@ assignees: '' --- -## minimized code +## Minimized code ```Scala println("hello, world") ``` -## Crash output (click arrow to expand) +## Output (click arrow to expand)
```scala diff --git a/.github/ISSUE_TEMPLATE/other-issue.md b/.github/ISSUE_TEMPLATE/other-issue.md index 0356f643e8d7..3c7b890e1792 100644 --- a/.github/ISSUE_TEMPLATE/other-issue.md +++ b/.github/ISSUE_TEMPLATE/other-issue.md @@ -7,16 +7,16 @@ assignees: '' --- -## minimized example +## Minimized example ```Scala println("hello, world") ``` -## Compilation output +## Output ```scala -// TODO add compilation output here +// TODO add output here ``` -## expectation +## Expectation