diff --git a/.github/ISSUE_TEMPLATE/work_item.md b/.github/ISSUE_TEMPLATE/work_item.md index 8330f2770b..e1f13c42ce 100644 --- a/.github/ISSUE_TEMPLATE/work_item.md +++ b/.github/ISSUE_TEMPLATE/work_item.md @@ -17,4 +17,6 @@ assignees: '' ## Test Plan +## Compatibility Considerations + ## Upgrade Considerations diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index dfd1094c8d..5325b35ef4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -27,6 +27,13 @@ refs: #XXXX +### Compatibility Considerations + + + ### Upgrade Considerations + +- [ ] Includes `*BREAKING*:` in the commit message with migration instructions for any breaking change. +- [ ] Updates `NEWS.md` for user-facing changes.