File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ This code should be self contained, compilable (with possible failures) and as s
21
21
22
22
Ideally, we should be able to just copy this code to a file and run `scalac` (and maybe `scala`) to reproduce the issue.
23
23
24
- If the code has external dependencies, please provide the `scala-cli` directives that describe them.
24
+ If the code has external dependencies, please provide the Scala CLI directives (or SBT/other build tool configuration) that describe them.
25
+ Also note that it's easier and faster for the maintenance team to address issues minimised to reproduce bugs without external dependencies.
25
26
26
27
It's most convenient to also include `using` directives for the Scala version that demonstrates the problem,
27
28
any compiler command-line options, as well as dependencies. An example is provided.
You can’t perform that action at this time.
0 commit comments