Skip to content

issue template: more general header #8628

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 30, 2020
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
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ assignees: ''

---

## minimized code
## Minimized code

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

## Compilation output
## Output

```scala
// TODO add compilation output here
// TODO add output here
```

## expectation
## Expectation
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/crash.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ assignees: ''

---

## minimized code
## Minimized code

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

## Crash output (click arrow to expand)
## Output (click arrow to expand)
<details>

```scala
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/other-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ assignees: ''

---

## minimized example
## Minimized example

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

## Compilation output
## Output

```scala
// TODO add compilation output here
// TODO add output here
```

## expectation
## Expectation