mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-30 21:56:07 +08:00
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:
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
@ -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
|
||||
|
@ -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**.
|
||||
|
||||
|
Reference in New Issue
Block a user