Pull request advice: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Paulproteus
(Created page with "This is just a collection of links that people submitting pull requests to OpenHatch code might find helpful. * We value of the quality of git commit log messages. Two great ...")
 
imported>Paulproteus
No edit summary
Line 2: Line 2:


* We value of the quality of git commit log messages. Two great reads on that topic are:
* We value of the quality of git commit log messages. Two great reads on that topic are:
** [http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html A note about git commit message] describes the technical details: 50 char summary, and so on
** [http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html A note about git commit messages] describes the technical details: 50 char summary, and so on
** [http://www.codinghorror.com/blog/2011/02/how-to-write-without-writing.html How to write without writing] describes why writing is such an important skill for programmers.
** [http://www.codinghorror.com/blog/2011/02/how-to-write-without-writing.html How to write without writing] describes why writing is such an important skill for programmers.

Revision as of 23:55, 11 September 2013

This is just a collection of links that people submitting pull requests to OpenHatch code might find helpful.