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.
1 parent b51ca74 commit 1d16677Copy full SHA for 1d16677
docs/ISSUE_TEMPLATE/bug.md
@@ -0,0 +1,19 @@
1
+---
2
+name: "\U0001F41B Bug report"
3
+about: Report a bug about the Dotty Compiler
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
+## expectation
18
19
docs/ISSUE_TEMPLATE/feature.md
@@ -0,0 +1,13 @@
+name: "\U0001F389 Suggest a feature"
+about: Please create a feature request here https://github.com/lampepfl/dotty-feature-requests
+labels:
+Please create a feature request here: [lampepfl/dotty-feature-requests](https://github.com/lampepfl/dotty-feature-requests).
docs/issue_template.md
0 commit comments