diff --git a/.github/issue_template.md b/.github/issue_template.md
index 9bc24377..6660110d 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -18,42 +18,50 @@
```
-#### rollup.config.js
-
- `rollup.config.js`:
+ rollup.config.js
:
-
+
-
+```js
-#### tsconfig.json
+```
+
+
- `tsconfig.json`:
+ tsconfig.json
:
-
+
-
+```json5
+
+```
-#### package.json
+
- `package.json`:
+ package.json
:
-
+
-
+```json
+
+```
-#### plugin output with verbosity 3
+
- plugin output with verbosity 3:
+ plugin output with verbosity 3
:
-
+
+
+```text
+
+```