documentation on what entries require a changelog

There were questions regarding what situations require a changelog.

The intent of this change is to make the changelog requirements more
easily discoverable and clear.
This commit is contained in:
Yusuke Tsutsumi
2020-11-10 21:33:13 -08:00
parent 79b519f5cc
commit daf01cc93f
2 changed files with 5 additions and 2 deletions

View File

@ -21,6 +21,8 @@ Please describe the tests that you ran to verify your changes. Provide instructi
# Checklist:
See [contributing.md](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/master/CONTRIBUTING.md) for styleguide, changelog guidelines, and more.
- [ ] Followed the style guidelines of this project
- [ ] Changelogs have been updated
- [ ] Unit tests have been added

View File

@ -104,6 +104,7 @@ A PR is considered to be **ready to merge** when:
reasonable time to review.
* Trivial change (typo, cosmetic, doc, etc.) doesn't have to wait for one day.
* Urgent fix can take exception as long as it has been actively communicated.
* A changelog entry is added to the corresponding changelog for the code base, if there is any impact on behavior. e.g. doc entries are not required, but small bug entries are.
Any Approver / Maintainer can merge the PR once it is **ready to merge**.