add a note about documenting contributions
This commit is contained in:
parent
921476231a
commit
02d203520b
|
@ -366,6 +366,7 @@ The best way to get your changes merged back into core is as follows:
|
||||||
# Clone down your fork
|
# Clone down your fork
|
||||||
# Create a topic branch to contain your change
|
# Create a topic branch to contain your change
|
||||||
# Hack away
|
# 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
|
# Do not change the version number, I will do that on my end
|
||||||
# If necessary, rebase your commits into logical chunks, without errors
|
# If necessary, rebase your commits into logical chunks, without errors
|
||||||
# Push the branch up to GitHub
|
# Push the branch up to GitHub
|
||||||
|
|
Loading…
Reference in New Issue