diff options
| author | Santiago Pastorino <santiago@wyeworks.com> | 2011-04-30 02:16:50 -0300 | 
|---|---|---|
| committer | Santiago Pastorino <santiago@wyeworks.com> | 2011-04-30 02:16:50 -0300 | 
| commit | 754c2dd2e139f13753565811aa55aa9fbedb1376 (patch) | |
| tree | 047b03682ef3910f018c755c55b5f0b886f46af6 | |
| parent | b2aacc346c8e975cd9ab8c1b0a6b90adbb98debc (diff) | |
| download | rails-754c2dd2e139f13753565811aa55aa9fbedb1376.tar.gz rails-754c2dd2e139f13753565811aa55aa9fbedb1376.tar.bz2 rails-754c2dd2e139f13753565811aa55aa9fbedb1376.zip  | |
Change from LH to github way of autoclosing issues
| -rw-r--r-- | railties/guides/source/contributing_to_ruby_on_rails.textile | 4 | 
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  | 
