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