Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 387 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 387 Bytes

Contributing in postcss-values-parser

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. Lint your changes via npm run lint. Fix any errors and warnings before committing.