Skip to content

Commit bce922a

Browse files
authored
Update bug issue template
1 parent 004579e commit bce922a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/ISSUE_TEMPLATE/bug.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ assignees: ''
1212
If you're not sure what version you're using, run `print scalaVersion` from sbt
1313
(if you're running scalac manually, use `scalac -version` instead).
1414

15+
If possible, check if your issue appears in the nightly version of the compiler! For example, in scala-cli, you can use `//> using scala 3.nightly` to grab the latest one.
16+
1517
## Minimized code
1618

1719
<!--
@@ -20,7 +22,7 @@ This code should be self contained, compilable (with possible failures) and as s
2022
Ideally, we should be able to just copy this code in a file and run `scalac` (and maybe `scala`) to reproduce the issue.
2123
-->
2224

23-
```Scala
25+
```scala
2426
println("hello, world")
2527
```
2628

0 commit comments

Comments
 (0)