aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2016-07-02 20:15:41 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2016-07-02 22:31:09 +0530
commitdf3e26b400b79407e2f5e3cf6e012aafa919ccf0 (patch)
treefd74a4b9b2c3c39304f960167f5b0fcfb18b55e8 /.github
parent49fe7c66874b7b92ff1587b35777a760ac75be9b (diff)
downloadrails-df3e26b400b79407e2f5e3cf6e012aafa919ccf0.tar.gz
rails-df3e26b400b79407e2f5e3cf6e012aafa919ccf0.tar.bz2
rails-df3e26b400b79407e2f5e3cf6e012aafa919ccf0.zip
Add a note about adding CHANGELOG entries at the top of the file [ci skip]
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 48f7b0e214..214d63740c 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -11,6 +11,9 @@ If there's anything else that's important and relevant to your pull
request, mention that information here. This could include
benchmarks, or other information.
+If you are updating any of the CHANGELOG files or are asked to update the
+CHANGELOG files by reviewers, please add the CHANGELOG entry at the top of the file.
+
Finally, if your pull request affects documentation or any non-code
changes, guidelines for those changes are [available
here](http://guides.rubyonrails.org/contributing_to_ruby_on_rails.html#contributing-to-the-rails-documentation)