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 805a2d7 + 93695d8 commit 44d1b74Copy full SHA for 44d1b74
docs/ISSUE_TEMPLATE/bug.md renamed to .github/ISSUE_TEMPLATE/bug.md
.github/ISSUE_TEMPLATE/crash.md
@@ -0,0 +1,23 @@
1
+---
2
+name: "\U0001F4A5 Crash report"
3
+about: Report a Dotty Compiler compiler crash
4
+title: ''
5
+labels: itype:bug
6
+assignees: ''
7
+
8
9
10
+## minimized code
11
12
+```Scala
13
+println("hello, world")
14
+```
15
16
17
+<details>
18
+<summary>Stack trace</summary>
19
20
+```scala
21
+# TODO add stack trace here
22
23
+</details>
docs/ISSUE_TEMPLATE/feature.md renamed to .github/ISSUE_TEMPLATE/feature.md
0 commit comments