Skip to content

Commit 1cbe903

Browse files
authored
Update bug_report.md
1 parent 6b4fb5c commit 1cbe903

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ name: Bug report
33
about: Create a report to help us improve
44
---
55

6+
<!--
7+
❗Please don't ignore this template.❗
8+
9+
If you ignore it, we're just going to respond asking you to fill it out, which wastes everyone's time.
10+
The more relevant information you can include, the faster we can find the issue and fix it without asking you for more info.
11+
-->
12+
613
<!--
714
Before posting the issue, please confirm that the problem you're getting
815
is not related with your code editor configuration.
@@ -11,7 +18,9 @@ about: Create a report to help us improve
1118

1219
**Checklist**
1320

14-
- [ ] I checked the [FAQ](https://eslint.vuejs.org/user-guide/#faq).
21+
- [ ] I have tried restarting my IDE and the issue persists.
22+
- [ ] I have read the [FAQ](https://eslint.vuejs.org/user-guide/#faq) and my problem is not listed.
23+
<!-- If you do not read the FAQ and open an issue that is listed in the FAQ, we may silently close the issue. -->
1524

1625
**Tell us about your environment**
1726

@@ -22,7 +31,7 @@ about: Create a report to help us improve
2231

2332
**Please show your full configuration:**
2433
<!-- Paste content of your .eslintrc file -->
25-
```json
34+
```json5
2635

2736
```
2837

0 commit comments

Comments
 (0)