Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 1.33 KB

Contributing

How you can help

There work on the plugin's rules is still in progress, so if you feel like it, you're welcome to help out in any of these (the plugin follows stylelint guidelines so most part of this is based on its docs):

  • Create, enhance, and debug rules.
  • Improve documentation.
  • Chime in on any open issue or pull request.
  • Open new issues about your ideas on new rules, or for how to improve the existing ones, and pull requests to show us how your idea works.
  • Add new tests to absolutely anything.
  • Work on improving performance of rules.
  • Contribute to stylelint
  • Spread the word.

We communicate via issues and pull requests.

Links

stylelint-scss is a plugin for stylelint, so it adopts and uses as much of Stylelint's guidelines as it can.

  • Contributing guidelines - is a general guidelines of how to communicate with the other developers here.
  • Working on rules. stylelint-scss' rules are written just as Stylelint's rules, except that all rules need to be namespaced using the namespace utility function.