ae7bfb3acac3

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 25 Dec 2016 11:34:06 -0500
parents ed3c092a082d (current diff) 16bff1faf4ca (diff)
children 6b4d51f1c30d
branches/tags (none)
files content/blog/2009/01/going-open-source.markdown

Changes

--- a/content/blog/2009/01/going-open-source.markdown	Sun Dec 25 11:32:24 2016 -0500
+++ b/content/blog/2009/01/going-open-source.markdown	Sun Dec 25 11:34:06 2016 -0500
@@ -75,10 +75,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