Skip to content

Commit bfeeab7

Browse files
Merge branch 'master' into patch-1
2 parents 4f1adf0 + 524a129 commit bfeeab7

File tree

1,935 files changed

+32454
-21259
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,935 files changed

+32454
-21259
lines changed

.github/ISSUE_TEMPLATE/bug.md

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

88
---
99

10+
## Compiler version
11+
12+
If you're not sure what version you're using, run `print scalaVersion` from sbt
13+
(if you're running scalac manually, use `scalac -version` instead).
14+
1015
## Minimized code
1116

1217
```Scala

.github/ISSUE_TEMPLATE/crash.md

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

88
---
99

10+
## Compiler version
11+
12+
If you're not sure what version you're using, run `print scalaVersion` from sbt
13+
(if you're running scalac manually, use `scalac -version` instead).
14+
1015
## Minimized code
1116

1217
```Scala

.github/ISSUE_TEMPLATE/other-issue.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ 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+
If you're not sure what version you're using, run `print scalaVersion` from sbt
12+
(if you're running scalac manually, use `scalac -version` instead).
13+
1014
## Minimized example
1115

1216
```Scala

0 commit comments

Comments
 (0)