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