aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/contributing_to_ruby_on_rails.md
diff options
context:
space:
mode:
authorIslam Wazery <wazery@ubuntu.com>2015-04-11 20:20:08 +0300
committerIslam Wazery <wazery@ubuntu.com>2015-04-12 16:23:42 +0200
commit2e1d69ea97fb0123cf883bd0964b8be6d4906458 (patch)
tree5b5e33f2cfcadc78c6358cd9c4f074477f31d432 /guides/source/contributing_to_ruby_on_rails.md
parent24970a69cbfa91e3e9322c88e620663a84035bda (diff)
downloadrails-2e1d69ea97fb0123cf883bd0964b8be6d4906458.tar.gz
rails-2e1d69ea97fb0123cf883bd0964b8be6d4906458.tar.bz2
rails-2e1d69ea97fb0123cf883bd0964b8be6d4906458.zip
[ci skip] Update contributing guide
Diffstat (limited to 'guides/source/contributing_to_ruby_on_rails.md')
-rw-r--r--guides/source/contributing_to_ruby_on_rails.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md
index 018100c316..618b6c3799 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -355,9 +355,9 @@ $ RUBYOPT=-W0 bundle exec rake test
The CHANGELOG is an important part of every release. It keeps the list of changes for every Rails version.
-You should add an entry to the CHANGELOG of the framework that you modified if you're adding or removing a feature, committing a bug fix or adding deprecation notices. Refactorings and documentation changes generally should not go to the CHANGELOG.
+You should add an entry **to the top** of the CHANGELOG of the framework that you modified if you're adding or removing a feature, committing a bug fix or adding deprecation notices. Refactorings and documentation changes generally should not go to the CHANGELOG.
-A CHANGELOG entry should summarize what was changed and should end with author's name and it should go on top of a CHANGELOG. You can use multiple lines if you need more space and you can attach code examples indented with 4 spaces. If a change is related to a specific issue, you should attach the issue's number. Here is an example CHANGELOG entry:
+A CHANGELOG entry should summarize what was changed and should end with the author's name. You can use multiple lines if you need more space and you can attach code examples indented with 4 spaces. If a change is related to a specific issue, you should attach the issue's number. Here is an example CHANGELOG entry:
```
* Summary of a change that briefly describes what was changed. You can use multiple