Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.21 KB

CODING.md

File metadata and controls

21 lines (18 loc) · 1.21 KB

#Aka “How to get my pull-request accepted”

  1. The code is not complete until there are unit tests.
  2. The PR won't be accepted until there are integration tests.
  3. Code tells you how, comments tell you why.
  4. Simple is better than complex. Complex is better than complicated.
  5. \n is the one true line ending. \r\n and \r lead to woe and the wall of pink.
  6. Write useful commit messages.
  7. Do commit frequently and rebase as necessary.
  8. Don't vent your frustrations in the commit message; a blank line is more useful.

#Things that will make the workflow delightful

  1. Use the JIRA integration in your branch names, commit messages, and pull requests.