Skip to content

Commit 1a4eda1

Browse files
authored
Merge pull request #11190 from dotty-staging/fix-issue-template
Add compiler version to issue template
2 parents 4f0e60f + 7ac2d93 commit 1a4eda1

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

.github/ISSUE_TEMPLATE/bug.md

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

88
---
99

10+
## Compiler version
11+
12+
``` bash
13+
# get compiler version via command line
14+
scalac -version
15+
```
16+
1017
## Minimized code
1118

1219
```Scala

.github/ISSUE_TEMPLATE/crash.md

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

88
---
99

10+
## Compiler version
11+
12+
``` bash
13+
# get compiler version via command line
14+
scalac -version
15+
```
16+
1017
## Minimized code
1118

1219
```Scala

.github/ISSUE_TEMPLATE/other-issue.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ about: Report an issue about the Dotty Compiler (not bug or crash)
44
title: ''
55
labels:
66
assignees: ''
7-
87
---
98

9+
## Compiler version
10+
11+
``` bash
12+
# get compiler version via command line
13+
scalac -version
14+
```
15+
1016
## Minimized example
1117

1218
```Scala

0 commit comments

Comments
 (0)