Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 609 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 609 Bytes

Contributing in webpack-log

We 💛 contributions! The rules for contributing to this org are few:

  1. Don't be a jerk
  2. Search issues before opening a new one
  3. Lint and run tests locally before submitting a PR
  4. Adhere to the code style the org has chosen

Before Committing

  1. Use at least Node.js v10.11.0 or higher. NVM can be handy for switching between Node versions.
  2. Lint your changes via npm run lint. Fix any errors and warnings before committing.
  3. Test your changes via npm run test. Only Pull Requests with passing tests will be accepted.