Skip to content

Commit 102abcf

Browse files
pshrmnCompuIves
authored andcommitted
Add note to lint PRs (codesandbox#1161)
1 parent 061f731 commit 102abcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@ To install the project you need to have `yarn` and `node`
6060
6161
Please go through existing issues and pull requests to check if somebody else is already working on it, we use `someone working on it` label to mark such issues.
6262
63-
Also, make sure to run the tests before you commit your changes.
63+
Also, make sure to run the tests and lint the code before you commit your changes.
6464
6565
```
6666
yarn test
67+
yarn lint
6768
```
6869
6970
## Add yourself as a contributor

0 commit comments

Comments
 (0)