Skip to content

Commit 44d1b74

Browse files
Merge pull request #6695 from dotty-staging/fix-issue-template-folder
Move ISSUE_TEMPLATES to .github folder
2 parents 805a2d7 + 93695d8 commit 44d1b74

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed
File renamed without changes.

.github/ISSUE_TEMPLATE/crash.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: "\U0001F4A5 Crash report"
3+
about: Report a Dotty Compiler compiler crash
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+
<details>
18+
<summary>Stack trace</summary>
19+
20+
```scala
21+
# TODO add stack trace here
22+
```
23+
</details>
File renamed without changes.

0 commit comments

Comments
 (0)