Skip to content

Commit

Permalink
chore(docs): Add a note about prettier-dev npm command in CONTRIBUT…
Browse files Browse the repository at this point in the history
…ING.md (#2542)
  • Loading branch information
willdurand committed Nov 22, 2022
1 parent 9963e35 commit fc843ac
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ development more awesome by contributing to the `web-ext` tool. Here are links t
- [Adding a command option](#adding-a-command-option)
- [Working on `web-ext sign`](#working-on-web-ext-sign)
- [Creating a pull request](#creating-a-pull-request)
- [Checking code formatting](#checking-code-formatting)
- [Writing commit messages](#writing-commit-messages)
- [Checking commit message formatting](#checking-commit-message-formatting)
- [Creating a release](#creating-a-release)
Expand Down Expand Up @@ -333,6 +334,16 @@ The issue number in this case is "123."
The word _Fixes_ is magical; github will automatically close the issue when your
pull request is merged.

### Checking code formatting

Make sure to run the following command to automatically format all your changes
before submitting your pull request:

npm run prettier-dev

A continuous integration job will verify that the code is formatted and will
alert you when it isn't.

## Writing commit messages

The subject of the pull requests and commit messages must adhere to the Angular style of
Expand Down

0 comments on commit fc843ac

Please sign in to comment.