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