aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-04-30 02:16:50 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2011-04-30 02:16:50 -0300
commit754c2dd2e139f13753565811aa55aa9fbedb1376 (patch)
tree047b03682ef3910f018c755c55b5f0b886f46af6 /railties
parentb2aacc346c8e975cd9ab8c1b0a6b90adbb98debc (diff)
downloadrails-754c2dd2e139f13753565811aa55aa9fbedb1376.tar.gz
rails-754c2dd2e139f13753565811aa55aa9fbedb1376.tar.bz2
rails-754c2dd2e139f13753565811aa55aa9fbedb1376.zip
Change from LH to github way of autoclosing issues
Diffstat (limited to 'railties')
-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 cbc4acfeca..4f7a58f01e 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 "Here is a commit message [#ticket_number state:committed]"
+$ git commit -a -m "Here is a commit message. Closes #issue_number"
</shell>
-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.
+NOTE: By adding 'Closes #issue_number' at the end of your commit message, the issue will automatically change its status to closed once your patch is pushed to the repository.
h4. Update master