You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer-guide/index.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,13 @@
2
2
3
3
Contributing is welcome.
4
4
5
-
## Project Setup
5
+
## :bug: Bug reporting
6
+
7
+
If you think you’ve found a bug in ESLint, please [create a new issue](https://github.com/vuejs/eslint-plugin-vue/issues/new?labels=&template=bug_report.md) or a pull request on GitHub.
8
+
9
+
Please include as much detail as possible to help us properly address your issue. If we need to triage issues and constantly ask people for more detail, that’s time taken away from actually fixing issues. Help us be as efficient as possible by including a lot of detail in your issues.
10
+
11
+
## :seedling: Project Setup
6
12
7
13
To develop locally, fork the eslint-plugin-vue repository and clone it in your local machine. Use the [npm](https://www.npmjs.com/) package manager to install and link dependencies and the LTS version of [Node.js](https://nodejs.org/).
8
14
@@ -11,12 +17,6 @@ To develop and test the `eslint-plugin-vue` package:
11
17
1. Run `npm install` in the project's root folder.
12
18
2. Run `npm test` to make sure everything is set up correctly.
13
19
14
-
## :bug: Bug reporting
15
-
16
-
If you think you’ve found a bug in ESLint, please [create a new issue](https://github.com/vuejs/eslint-plugin-vue/issues/new?labels=&template=bug_report.md) or a pull request on GitHub.
17
-
18
-
Please include as much detail as possible to help us properly address your issue. If we need to triage issues and constantly ask people for more detail, that’s time taken away from actually fixing issues. Help us be as efficient as possible by including a lot of detail in your issues.
19
-
20
20
## :sparkles: Proposing a new rule or a rule change
21
21
22
22
In order to add a new rule or a rule change, you should:
0 commit comments