diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2018-04-29 16:51:34 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2018-04-29 16:54:19 +0900 |
commit | cc5f077f093131693fdceec21ceadd317e8cbef7 (patch) | |
tree | 33a25032b7ea020a7719046524cfef8968e74aa1 /guides | |
parent | 0be7f45ae6ec6baa6b21cd9f59963e3422b6d070 (diff) | |
download | rails-cc5f077f093131693fdceec21ceadd317e8cbef7.tar.gz rails-cc5f077f093131693fdceec21ceadd317e8cbef7.tar.bz2 rails-cc5f077f093131693fdceec21ceadd317e8cbef7.zip |
We usually do not use GH#1234 style in the CHANGELOGs [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/contributing_to_ruby_on_rails.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md index c1668f989b..6429fa32c1 100644 --- a/guides/source/contributing_to_ruby_on_rails.md +++ b/guides/source/contributing_to_ruby_on_rails.md @@ -398,7 +398,7 @@ A CHANGELOG entry should summarize what was changed and should end with the auth end end - You can continue after the code example and you can attach issue number. GH#1234 + You can continue after the code example and you can attach issue number. Fixes #1234. *Your Name* ``` |