Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: "\U0001F4A5 Crash report"
about: Report a Dotty Compiler compiler crash
title: ''
labels: itype:bug
assignees: ''

---

## minimized code

```Scala
println("hello, world")
```


<details>
<summary>Stack trace</summary>

```scala
# TODO add stack trace here
```
</details>
File renamed without changes.