Skip to content

Change issue templates to not hide stuff by default #8112

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 1 commit into from
Jan 29, 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
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ assignees: ''
println("hello, world")
```

<details>
<summary>Compilation output</summary>
## Compilation output

```scala
# TODO add compilation output here
// TODO add compilation output here
```
</details>

## expectation
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/crash.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ assignees: ''
println("hello, world")
```


## Crash output (click arrow to expand)
<details>
<summary>Stack trace</summary>

```scala
# TODO add stack trace here
// TODO add output here
```
</details>
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/other-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ assignees: ''
println("hello, world")
```

<details>
<summary>Compilation output</summary>
## Compilation output

```scala
# TODO add compilation output here
// TODO add compilation output here
```
</details>

## expectation