aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Martinez <sebastian@wyeworks.com>2011-04-14 10:59:48 -0300
committerSebastian Martinez <sebastian@wyeworks.com>2011-04-14 10:59:48 -0300
commit28bf4c67cab5cf266eeccb79bd543202daea3578 (patch)
tree73ca810a7443dce7cf4be2ca335dd1672d9b2635
parent1bcc7055d840b39d1cc7fff934a62be5ea3c9539 (diff)
downloadrails-28bf4c67cab5cf266eeccb79bd543202daea3578.tar.gz
rails-28bf4c67cab5cf266eeccb79bd543202daea3578.tar.bz2
rails-28bf4c67cab5cf266eeccb79bd543202daea3578.zip
Move [#ticket_number state:commited] to the end of the commit message
-rw-r--r--railties/guides/source/contributing_to_ruby_on_rails.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/contributing_to_ruby_on_rails.textile b/railties/guides/source/contributing_to_ruby_on_rails.textile
index ded67f0e4f..cbc4acfeca 100644
--- a/railties/guides/source/contributing_to_ruby_on_rails.textile
+++ b/railties/guides/source/contributing_to_ruby_on_rails.textile
@@ -323,10 +323,10 @@ h4. Commit Your Changes
When you're happy with the code on your computer, you need to commit the changes to git:
<shell>
-$ git commit -a -m "[#ticket_number state:committed] Here is a commit message"
+$ git commit -a -m "Here is a commit message [#ticket_number state:committed]"
</shell>
-NOTE: By adding '[#ticket_number state:committed]' on your commit message, the ticket will automatically change its status to commited once your patch is pushed to the repository.
+NOTE: By adding '[#ticket_number state:committed]' at the end of your commit message, the ticket will automatically change its status to commited once your patch is pushed to the repository.
h4. Update master