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

github: add spoiler tags to issue template #244

Merged
merged 1 commit into from
Oct 15, 2020
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
30 changes: 27 additions & 3 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,40 @@

#### rollup.config.js

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

<!--- INSERT rollup.config.js HERE --->

</details>

#### tsconfig.json

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

<!--- INSERT tsconfig.json HERE --->

</details>

#### package.json

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

<!--- INSERT package.json HERE --->

</details>

#### plugin output with verbosity 3

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

<!--- INSERT plugin output HERE or attach --->

</details>