Skip to content
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

fix(github): improve formatting of issue template spoilers #311

Merged
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
40 changes: 24 additions & 16 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,42 +18,50 @@

```

#### rollup.config.js

<!--- paste your rollup config below if relevant --->
<details>
<summary>`rollup.config.js`: </summary>
<summary><h4><code>rollup.config.js</code></h4>: </summary>

<!--- INSERT rollup.config.js HERE --->
<!--- INSERT rollup.config.ts IN THE CODE SNIPPET BELOW --->

</details>
```js

#### tsconfig.json
```

</details>

<!--- paste your tsconfig.json below if relevant --->
<details>
<summary>`tsconfig.json`: </summary>
<summary><h4><code>tsconfig.json</code></h4>: </summary>

<!--- INSERT tsconfig.json HERE --->
<!--- INSERT tsconfig.json IN THE CODE SNIPPET BELOW --->

</details>
```json5

```

#### package.json
</details>

<!--- paste your package.json below if relevant --->
<details>
<summary>`package.json`: </summary>
<summary><h4><code>package.json</code></h4>: </summary>

<!--- INSERT package.json HERE --->
<!--- INSERT package.json IN THE CODE SNIPPET BELOW --->

</details>
```json

```

#### plugin output with verbosity 3
</details>

<!--- add verbosity verbosity: 3 to plugin options and attach output if relevant (censor out anything sensitive) --->
<details>
<summary>plugin output with verbosity 3: </summary>
<summary><h4>plugin output with verbosity 3</h4>: </summary>

<!--- INSERT plugin output HERE or attach --->
<!--- INSERT plugin output IN THE CODE SNIPPET BELOW or attach --->

```text

```

</details>