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
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ assignees: ''

---

## Compiler version

``` bash
# get compiler version via command line
scalac -version
```

## Minimized code

```Scala
Expand Down
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/crash.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ assignees: ''

---

## Compiler version

``` bash
# get compiler version via command line
scalac -version
```

## Minimized code

```Scala
Expand Down
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE/other-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ about: Report an issue about the Dotty Compiler (not bug or crash)
title: ''
labels:
assignees: ''

---

## Compiler version

``` bash
# get compiler version via command line
scalac -version
```

## Minimized example

```Scala
Expand Down