Skip to content

Commit 05ac032

Browse files
authored
Merge pull request #11893 from eed3si9n/wip/template
Issue template, take 2
2 parents 32f9170 + c877d9a commit 05ac032

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: "\U0001F41B Bug report"
3+
about: Report a bug in the Scala compiler or standard library
4+
title: ''
5+
assignees: ''
6+
7+
---
8+
9+
## reproduction steps
10+
11+
```scala
12+
println("hello, world")
13+
```
14+
15+
## problem
16+
17+
```scala
18+
// TODO add compilation output here
19+
```
20+
21+
## expectation
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: "\U0001F389 Feature request"
3+
about: Please use https://contributors.scala-lang.org/ for enhancement ideas
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
For enhancement ideas, please use https://contributors.scala-lang.org/, not scala/bug.

0 commit comments

Comments
 (0)