Skip to content

Commit 0e8e24f

Browse files
authored
Add guidance on how to apply yarn fix in CONTRIBUTING.md (#2402)
1 parent 4a7b7a9 commit 0e8e24f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ These apply across all projects:
2121
- Always include a link to the issue or discussion proposing the change.
2222
- Write tests to accompany your PR, or ask for help/guidance if this is a blocker.
2323
- Make sure that your PR doesn’t break existing tests.
24+
- The repository follows a set of linting rules. Many of them can be applied automatically by running `yarn install` and `yarn fix`.
2425
- Sign our _Contributor License Agreement_ at the CLA Assistant's prompting. (To learn more, read [why we have a CLA](https://hash.ai/legal/cla))
2526
- Once you have receive a pull request review, please bear the following in mind:
2627
- reviewers may make suggestions for _optional_ changes which are not required to get your code merged. It should be obvious which suggestions are optional, and which are required changes. If it is not obvious, ask for clarification.

0 commit comments

Comments
 (0)