Skip to content

Commit 8769a0c

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 8769a0c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ assignees: ''
1313
println("hello, world")
1414
```
1515

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

1818
```scala
19-
// TODO add compilation output here
19+
// TODO add output here
2020
```
2121

2222
## expectation

.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ assignees: ''
1313
println("hello, world")
1414
```
1515

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

1818
```scala
19-
// TODO add compilation output here
19+
// TODO add output here
2020
```
2121

2222
## expectation

0 commit comments

Comments
 (0)