We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32f9170 + c877d9a commit 05ac032Copy full SHA for 05ac032
.github/ISSUE_TEMPLATE/bug.md
@@ -0,0 +1,21 @@
1
+---
2
+name: "\U0001F41B Bug report"
3
+about: Report a bug in the Scala compiler or standard library
4
+title: ''
5
+assignees: ''
6
+
7
8
9
+## reproduction steps
10
11
+```scala
12
+println("hello, world")
13
+```
14
15
+## problem
16
17
18
+// TODO add compilation output here
19
20
21
+## expectation
.github/ISSUE_TEMPLATE/feature-request.md
@@ -0,0 +1,10 @@
+name: "\U0001F389 Feature request"
+about: Please use https://contributors.scala-lang.org/ for enhancement ideas
+labels: ''
+For enhancement ideas, please use https://contributors.scala-lang.org/, not scala/bug.
0 commit comments