From 02d203520be03727962bddac4e99b53c5e0a7d32 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Fri, 2 Jan 2009 12:34:54 -0800 Subject: [PATCH] add a note about documenting contributions --- README.textile | 1 + 1 file changed, 1 insertion(+) diff --git a/README.textile b/README.textile index 2adc4ac8..4fa4c406 100644 --- a/README.textile +++ b/README.textile @@ -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