Skip to content

Commit eb27b4a

Browse files
Merge pull request #6604 from dotty-staging/issue-template
Add issue template
2 parents 3819f40 + 1d16677 commit eb27b4a

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
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+

0 commit comments

Comments
 (0)