diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index dc96ae0603..8f29217267 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,7 +9,7 @@ - For changes that need extra cross-platform testing, consider adding `[ci full]` to the PR title. - If this pull request includes a breaking change, consider [cutting a new release](https://github.com/mozilla/application-services/blob/main/docs/howtos/releases.md) after merging. - [ ] **Tests**: This PR includes thorough tests or an explanation of why it does not -- [ ] **Changelog**: This PR includes a changelog entry in [CHANGELOG.md](../CHANGELOG.md) or an explanation of why it does not need one +- [ ] **Changelog**: This PR includes a changelog entry in [CHANGELOG.md](https://github.com/mozilla/application-services/blob/main/CHANGELOG.md) or an explanation of why it does not need one - Any breaking changes to Swift or Kotlin binding APIs are noted explicitly - [ ] **Dependencies**: This PR follows our [dependency management guidelines](https://github.com/mozilla/application-services/blob/main/docs/dependency-management.md) - Any new dependencies are accompanied by a summary of the due diligence applied in selecting them.