mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
docs: update CONTRIBUTING guidelines
This commit is contained in:
+11
-1
@@ -8,12 +8,22 @@
|
|||||||
|
|
||||||
**Before you PR**:
|
**Before you PR**:
|
||||||
|
|
||||||
- You'll be asked to make changes if you don't code formatters and linters:
|
- You'll be asked to make changes if you don't run the code formatters and
|
||||||
|
linters:
|
||||||
- Node / JavaScript:
|
- Node / JavaScript:
|
||||||
- [prettier](https://webinstall.dev/prettier)
|
- [prettier](https://webinstall.dev/prettier)
|
||||||
|
```bash
|
||||||
|
npm run prettier
|
||||||
|
```
|
||||||
- [jshint](https://webinstall.dev/jshint)
|
- [jshint](https://webinstall.dev/jshint)
|
||||||
|
```bash
|
||||||
|
npm run lint
|
||||||
|
```
|
||||||
- Bash
|
- Bash
|
||||||
- [shfmt](https://webinstall.dev/shfmt)
|
- [shfmt](https://webinstall.dev/shfmt)
|
||||||
|
```bash
|
||||||
|
npm run shfmt
|
||||||
|
```
|
||||||
- [shellcheck](https://webinstall.dev/shellcheck)
|
- [shellcheck](https://webinstall.dev/shellcheck)
|
||||||
- If you use vim, [vim-essentials](https://webinstall.dev/vim-essentials)
|
- If you use vim, [vim-essentials](https://webinstall.dev/vim-essentials)
|
||||||
includes everything you need to automatically format and lint on save.
|
includes everything you need to automatically format and lint on save.
|
||||||
|
|||||||
Reference in New Issue
Block a user