Skip to content

Commit 1d16677

Browse files
committed
Switch to multiple template
1 parent b51ca74 commit 1d16677

File tree

3 files changed

+32
-11
lines changed

3 files changed

+32
-11
lines changed

docs/ISSUE_TEMPLATE/bug.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: "\U0001F389 Suggest a feature"
3+
about: Please create a feature request here https://github.com/lampepfl/dotty-feature-requests
4+
title: ''
5+
labels:
6+
assignees: ''
7+
8+
---
9+
10+
Please create a feature request here: [lampepfl/dotty-feature-requests](https://github.com/lampepfl/dotty-feature-requests).
11+
12+
13+

docs/issue_template.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)