CONTRIBUTING.md
September 26, 2019 ยท View on GitHub
Contributing in mocha-chrome
We ๐ contributions! The rules for contributing to this org are few:
- Don't be a jerk
- Search issues before opening a new one
- Lint and run tests locally before submitting a PR
- Adhere to the code style the org has chosen
Before Committing
- Use at least Node.js v10.11.0 or higher. NVM can be handy for switching between Node versions.
- Lint your changes via
npm run lint. Fix any errors and warnings before committing. - Test your changes via
npm run test. Only Pull Requests with passing tests will be accepted.