16bff1faf4ca
Fixes unordered list
author | Robin Wellner <me@robinwell.net> |
---|---|
date | Mon, 08 Apr 2013 21:22:59 +0200 |
parents | 04a1cf311e18 |
children | ae7bfb3acac3 |
branches/tags | (none) |
files | content/blog/2009/01/going-open-source.html |
Changes
--- a/content/blog/2009/01/going-open-source.html Mon Apr 08 10:17:17 2013 -0400 +++ b/content/blog/2009/01/going-open-source.html Mon Apr 08 21:22:59 2013 +0200 @@ -78,10 +78,12 @@ through my code and saw a bug that you wanted to fix, you could do the following: -* Clone the repository to your own machine. * Fix the bug in that local copy, -committing to your local repository as you go. * Go back to the website and -click the "Pull Request" button. * I review the changes. * If I like them I -press a button to merge them into the main repository. +* Clone the repository to your own machine. +* Fix the bug in that local copy, committing to your local repository as you + go. +* Go back to the website and click the "Pull Request" button. +* I review the changes. +* If I like them I press a button to merge them into the main repository. Once the changes are in the main repository I just run a single script to redeploy the site as usual and the changes are live. It's really an almost