add a note about documenting contributions

This commit is contained in:
Tom Preston-Werner 2009-01-02 12:34:54 -08:00
parent 921476231a
commit 02d203520b
1 changed files with 1 additions and 0 deletions

View File

@ -366,6 +366,7 @@ 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
# 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