refine and move contribution section of readme to bottom

This commit is contained in:
Tom Preston-Werner 2009-01-23 14:38:50 -08:00
parent 4cf6b6ae80
commit fae092854d
1 changed files with 19 additions and 19 deletions

View File

@ -380,25 +380,6 @@ This would list all the posts in the category 'foo' by date and title.
The posts within each category are sorted in reverse chronological order. The posts within each category are sorted in reverse chronological order.
h2. Contribute
If you'd like to hack on Jekyll, grab the source from GitHub. To get
all of the dependencies, install the gem first.
$ git clone git://github.com/mojombo/jekyll
The best way to get your changes merged back into core is as follows:
# Fork mojombo/jekyll on GitHub
# Clone down your fork
# Create a topic branch to contain your change
# Hack away
# If you are adding new functionality, document it in README.textile
# Do not change the version number, I will do that on my end
# If necessary, rebase your commits into logical chunks, without errors
# Push the branch up to GitHub
# Send me (mojombo) a pull request for your branch
h2. Blog migrations h2. Blog migrations
h3. Movable Type h3. Movable Type
@ -449,6 +430,25 @@ The hostname defaults to _localhost_, all other variables are needed
You may need to adjust the code used to filter entries. Left alone, You may need to adjust the code used to filter entries. Left alone,
it will attempt to pull all entries that are live or sticky. it will attempt to pull all entries that are live or sticky.
h2. Contribute
If you'd like to hack on Jekyll, start by forking my repo on GitHub:
http://github.com/mojombo/jekyll
To get all of the dependencies, install the gem first. The best way to get
your changes merged back into core is as follows:
# Clone down your fork
# Create a topic branch to contain your change
# Hack away
# Add tests and make sure everything still passes by running `rake`
# If you are adding new functionality, document it in README.textile
# Do not change the version number, I will do that on my end
# If necessary, rebase your commits into logical chunks, without errors
# Push the branch up to GitHub
# Send me (mojombo) a pull request for your branch
h2. License h2. License
(The MIT License) (The MIT License)