From 8769a0ce161a028ebd4a4d8c8e9c25d246cbe625 Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Sat, 28 Mar 2020 22:07:02 +0100 Subject: [PATCH 1/2] issue template: more general header There might be other kind of output than the compilation output that could be provided. --- .github/ISSUE_TEMPLATE/bug.md | 4 ++-- .github/ISSUE_TEMPLATE/crash.md | 2 +- .github/ISSUE_TEMPLATE/other-issue.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index b4d5b92745b7..75229e127f76 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -13,10 +13,10 @@ assignees: '' println("hello, world") ``` -## Compilation output +## Output ```scala -// TODO add compilation output here +// TODO add output here ``` ## expectation diff --git a/.github/ISSUE_TEMPLATE/crash.md b/.github/ISSUE_TEMPLATE/crash.md index 5329fe9a400c..293f9b45ea6a 100644 --- a/.github/ISSUE_TEMPLATE/crash.md +++ b/.github/ISSUE_TEMPLATE/crash.md @@ -13,7 +13,7 @@ assignees: '' 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..005e1807afcb 100644 --- a/.github/ISSUE_TEMPLATE/other-issue.md +++ b/.github/ISSUE_TEMPLATE/other-issue.md @@ -13,10 +13,10 @@ assignees: '' println("hello, world") ``` -## Compilation output +## Output ```scala -// TODO add compilation output here +// TODO add output here ``` ## expectation From a772200fbf118aca4f772d4a880cf829e4339b08 Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Sat, 28 Mar 2020 22:09:05 +0100 Subject: [PATCH 2/2] Consistently capitalize titles --- .github/ISSUE_TEMPLATE/bug.md | 4 ++-- .github/ISSUE_TEMPLATE/crash.md | 2 +- .github/ISSUE_TEMPLATE/other-issue.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 75229e127f76..5b7115f4ad0b 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -7,7 +7,7 @@ assignees: '' --- -## minimized code +## Minimized code ```Scala println("hello, world") @@ -19,4 +19,4 @@ println("hello, world") // TODO add output here ``` -## expectation +## Expectation diff --git a/.github/ISSUE_TEMPLATE/crash.md b/.github/ISSUE_TEMPLATE/crash.md index 293f9b45ea6a..300c559424b3 100644 --- a/.github/ISSUE_TEMPLATE/crash.md +++ b/.github/ISSUE_TEMPLATE/crash.md @@ -7,7 +7,7 @@ assignees: '' --- -## minimized code +## Minimized code ```Scala println("hello, world") diff --git a/.github/ISSUE_TEMPLATE/other-issue.md b/.github/ISSUE_TEMPLATE/other-issue.md index 005e1807afcb..3c7b890e1792 100644 --- a/.github/ISSUE_TEMPLATE/other-issue.md +++ b/.github/ISSUE_TEMPLATE/other-issue.md @@ -7,7 +7,7 @@ assignees: '' --- -## minimized example +## Minimized example ```Scala println("hello, world") @@ -19,4 +19,4 @@ println("hello, world") // TODO add output here ``` -## expectation +## Expectation