Skip to content

Commit f9c926d

Browse files
authored
improve readme some more (#12950)
1 parent 8d27305 commit f9c926d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ To keep this tracker focused, we ask that feature requests and discussion of pot
2222

2323
Thank you for finding a bug. We're sorry for the trouble it caused!
2424

25-
Before opening an issue here, please:
25+
When opening an issue here, please:
2626

27-
1. do a search to make sure it hasn't already been reported
27+
1. search first to make sure it hasn't already been reported
2828
2. use a small, self-contained snippet of Scala code to illustrate what happened, and contrast with what you expected the compiler to say or the library to do;
29-
3. include the Scala version(s) you've tried, and the version of the JVM you're using.
29+
3. argue as rigorously as you can, ideally with reference to the language specification or other relevant documentation, that the behavior is actually a bug and not merely surprising or unexpected
30+
4. include the Scala version(s) you tried and the version of the JVM you're using
31+
5. consider trying the same thing in Scala 3, as this can give additional insight
3032

3133
A bug report without a small, self-contained code snippet is much less likely to receive attention.
3234

0 commit comments

Comments
 (0)