-
-
Notifications
You must be signed in to change notification settings - Fork 669
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Chore: add issue template * Use vue template
- Loading branch information
1 parent
92583d2
commit 547e824
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<!-- | ||
This template is for bug reports. If you are reporting a bug, please continue on. If you are here for another reason, please see below: | ||
1. To propose a new rule: http://eslint.org/docs/developer-guide/contributing/new-rules | ||
2. To request a change: http://eslint.org/docs/developer-guide/contributing/changes | ||
Note that leaving sections blank will make it difficult for us to troubleshoot and we may have to close the issue. | ||
--> | ||
|
||
**Tell us about your environment** | ||
|
||
* **ESLint Version:** | ||
* **eslint-plugin-vue Version:** | ||
* **Node Version:** | ||
|
||
**Please show your full configuration:** | ||
|
||
<!-- Paste your configuration below: --> | ||
``` | ||
``` | ||
|
||
**What did you do? Please include the actual source code causing the issue.** | ||
|
||
<!-- Paste the source code below: --> | ||
```vue | ||
``` | ||
|
||
**What did you expect to happen?** | ||
|
||
**What actually happened? Please include the actual, raw output from ESLint.** |