Skip to content

Commit 3eca0a5

Browse files
kubukozGedochao
andauthored
Update bug.md
Co-authored-by: Piotr Chabelski <[email protected]>
1 parent a3e8803 commit 3eca0a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/ISSUE_TEMPLATE/bug.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ This code should be self contained, compilable (with possible failures) and as s
2121
2222
Ideally, we should be able to just copy this code to a file and run `scalac` (and maybe `scala`) to reproduce the issue.
2323
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.
2526
2627
It's most convenient to also include `using` directives for the Scala version that demonstrates the problem,
2728
any compiler command-line options, as well as dependencies. An example is provided.

0 commit comments

Comments
 (0)