Skip to content

Commit 3951e2e

Browse files
Merge pull request #7913 from dotty-staging/add-other-issue-template
Add other issue template
2 parents d53245a + 604063e commit 3951e2e

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,12 @@ assignees: ''
1313
println("hello, world")
1414
```
1515

16+
<details>
17+
<summary>Compilation output</summary>
18+
19+
```scala
20+
# TODO add compilation output here
21+
```
22+
</details>
1623

1724
## expectation

.github/ISSUE_TEMPLATE/other-issue.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: "Other issue"
3+
about: Report an issue about the Dotty Compiler (not bug or crash)
4+
title: ''
5+
labels:
6+
assignees: ''
7+
8+
---
9+
10+
## minimized example
11+
12+
```Scala
13+
println("hello, world")
14+
```
15+
16+
<details>
17+
<summary>Compilation output</summary>
18+
19+
```scala
20+
# TODO add compilation output here
21+
```
22+
</details>
23+
24+
## expectation

0 commit comments

Comments
 (0)