Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 805 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 805 Bytes

Contribute rules

Please insure that your code follows the rules listed below, before making a pull request!

Submitting Issues:

  • Include screenshots whenever possible; they are immensely helpful.
  • Check the ATOM dev tools (alt-cmd-i) for errors to include.
  • Perform a cursory search to see if a similar issue has already been submitted.

Submitting Pull Requests:

You can use amp-tester, to make sure that your PR is working properly!

  • No trailing whitespace. Blank lines should not have any space.
  • Two spaces, no tabs.
  • Prefer &&/|| over and/or.
  • Validate with JSLint. (JSLint for Atom)
  • End files with a newline.
  • API changes should be updated in the README as well