Submitting Changes - rowanj/gitx GitHub Wiki
-
DO use Github pull requests
-
DO use locally-consistent indent/brace styles. There's no overall project style (at the moment)
-
DO use braces for every conditional block (no one-line
if
s) -
TRY to use 'modern' syntax for collection literals, etc.
-
TRY to check-for-errors and log/return early instead of nesting deeply into
if (!oneError) {
blocks -
TRY to #ref relevant Github issues in your commit messages