Skip to content

Commit

Permalink
improve CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed May 18, 2022
1 parent a856325 commit 389a10a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ engine | mandatory check | how to run tests | base data inherits from
`safari` | features | browser runner | |
`samsung` | | browser runner | `chrome` | required

If you have no access to all required browsers / versions of browsers, use [Sauce Labs](https://saucelabs.com/), [BrowserStack](https://www.browserstack.com/) or [Cloud Browser](https://ieonchrome.com/).

## Style and standards

The coding style should follow our [`.eslintrc`](./.eslintrc.js). You can test it by calling [`npm run lint`](#testing). Different places have different syntax and standard library limitations:
Expand Down

0 comments on commit 389a10a

Please sign in to comment.