CONTRIBUTING.md
November 19, 2018 ยท View on GitHub
Contributing in postcss-values-parser
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
- Lint your changes via
npm run lint. Fix any errors and warnings before committing.