diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2016-07-17 03:55:45 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-17 03:55:45 -0300 |
commit | 28e7dfa86db95942632bc4c45579ba7c4a02ba2f (patch) | |
tree | c493e365f6accdc3a37e9c1e37cb89fe33d0dd7c | |
parent | 9c2ca6c31c27ecc935bab608460ba18ba5a95c9c (diff) | |
parent | df3e26b400b79407e2f5e3cf6e012aafa919ccf0 (diff) | |
download | rails-28e7dfa86db95942632bc4c45579ba7c4a02ba2f.tar.gz rails-28e7dfa86db95942632bc4c45579ba7c4a02ba2f.tar.bz2 rails-28e7dfa86db95942632bc4c45579ba7c4a02ba2f.zip |
Merge pull request #25650 from prathamesh-sonpatki/add-note-about-changelog-at-the-top
Add a note about adding CHANGELOG entries at the top of the file
-rw-r--r-- | .github/pull_request_template.md | 3 |
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) |