Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 446 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 446 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)
  • Backtrace of the error if available

Pull Requests

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