From 46e006272e023016851d8ecb573329c5d8d2ce5e Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Thu, 29 Jul 2010 22:43:36 -0400 Subject: [PATCH] A few tweaks to the contributors section of the readme. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0c119da..c42674c9 100644 --- a/README.md +++ b/README.md @@ -410,16 +410,16 @@ To delete a page and commit the change: If you'd like to hack on Gollum, start by forking my repo on GitHub: -http://github.com/mojombo/gollum +http://github.com/github/gollum To get all of the dependencies, install the gem first. The best way to get your changes merged back into core is as follows: 1. Clone down your fork -1. Create a topic branch to contain your change +1. Create a thoughtfully named topic branch to contain your change 1. Hack away 1. Add tests and make sure everything still passes by running `rake` -1. If you are adding new functionality, document it in the README.md +1. If you are adding new functionality, document it in the README 1. Do not change the version number, I will do that on my end 1. If necessary, rebase your commits into logical chunks, without errors 1. Push the branch up to GitHub