Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 506 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 506 Bytes

Contributing

If you're going to report an issue or submit a pull request, please follow these guidelines.

Reporting an Issue

Provide the following information:

  • Version of Atom (atom --version)
  • Version of atom-lint (apm list | grep atom-lint)
  • Whether using React editor (See Use React Editor checkbox in Core Settings)
  • Backtrace

Pull Requests

Run rake before submit. This will run CoffeeScript compilation, package specs and CoffeeLint. If any issue is reported, fix it.