Skip to content

Commit 1a71960

Browse files
committed
issue template: more general header
There might be other kind of output than the compilation output that could be provided.
1 parent 3d17b02 commit 1a71960

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ assignees: ''
1313
println("hello, world")
1414
```
1515

16-
## Compilation output
16+
## Output
1717

1818
```scala
1919
// TODO add compilation output here

.github/ISSUE_TEMPLATE/crash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ assignees: ''
1313
println("hello, world")
1414
```
1515

16-
## Crash output (click arrow to expand)
16+
## Output (click arrow to expand)
1717
<details>
1818

1919
```scala

.github/ISSUE_TEMPLATE/other-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ assignees: ''
1313
println("hello, world")
1414
```
1515

16-
## Compilation output
16+
## Output
1717

1818
```scala
1919
// TODO add compilation output here

0 commit comments

Comments
 (0)