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 d53245a + 604063e commit 3951e2eCopy full SHA for 3951e2e
.github/ISSUE_TEMPLATE/bug.md
@@ -13,5 +13,12 @@ assignees: ''
13
println("hello, world")
14
```
15
16
+<details>
17
+<summary>Compilation output</summary>
18
+
19
+```scala
20
+# TODO add compilation output here
21
+```
22
+</details>
23
24
## expectation
.github/ISSUE_TEMPLATE/other-issue.md
@@ -0,0 +1,24 @@
1
+---
2
+name: "Other issue"
3
+about: Report an issue about the Dotty Compiler (not bug or crash)
4
+title: ''
5
+labels:
6
+assignees: ''
7
8
9
10
+## minimized example
11
12
+```Scala
+println("hello, world")
+## expectation
0 commit comments