Skip to content

Commit e539cc7

Browse files
Merge pull request #8628 from dotty-staging/template-output
issue template: more general header
2 parents 0d03af4 + a772200 commit e539cc7

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ assignees: ''
77

88
---
99

10-
## minimized code
10+
## Minimized code
1111

1212
```Scala
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

22-
## expectation
22+
## Expectation

.github/ISSUE_TEMPLATE/crash.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ assignees: ''
77

88
---
99

10-
## minimized code
10+
## Minimized code
1111

1212
```Scala
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ assignees: ''
77

88
---
99

10-
## minimized example
10+
## Minimized example
1111

1212
```Scala
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

22-
## expectation
22+
## Expectation

0 commit comments

Comments
 (0)