aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorPiotr Sarnacki <drogus@gmail.com>2013-07-22 17:25:18 +0200
committerPiotr Sarnacki <drogus@gmail.com>2013-07-22 17:25:22 +0200
commit4e211d3faca5e62a4a580c8b756c7479b62d0781 (patch)
treee27cce2ac974a61c953c441d05ea19f9b776fb88 /guides
parent73bbf548687a3502cc87aaea4484943e65dce053 (diff)
downloadrails-4e211d3faca5e62a4a580c8b756c7479b62d0781.tar.gz
rails-4e211d3faca5e62a4a580c8b756c7479b62d0781.tar.bz2
rails-4e211d3faca5e62a4a580c8b756c7479b62d0781.zip
Add info about placing a new CHANGELOG entry to contributing guide
Diffstat (limited to 'guides')
-rw-r--r--guides/source/contributing_to_ruby_on_rails.md2
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 24e16ecd40..2f8a178376 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -264,7 +264,7 @@ The CHANGELOG is an important part of every release. It keeps the list of change
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.
-A CHANGELOG entry should summarize what was changed and should end with 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 issue's number. Here is an example CHANGELOG entry:
+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 issue's number. Here is an example CHANGELOG entry:
```
* Summary of a change that briefly describes what was changed. You can use multiple