Skip to content

Commit e152fed

Browse files
committed
docs: move Project Setup section below Bug Reporting and add emoji
1 parent 8ce3b11 commit e152fed

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/developer-guide/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
Contributing is welcome.
44

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
612

713
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/).
814

@@ -11,12 +17,6 @@ To develop and test the `eslint-plugin-vue` package:
1117
1. Run `npm install` in the project's root folder.
1218
2. Run `npm test` to make sure everything is set up correctly.
1319

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-
2020
## :sparkles: Proposing a new rule or a rule change
2121

2222
In order to add a new rule or a rule change, you should:

0 commit comments

Comments
 (0)