From a9397ad5204b444e3d2fda6da8a9fb74a0bb7a0a Mon Sep 17 00:00:00 2001 From: Reiley Yang Date: Fri, 20 May 2022 09:42:21 -0700 Subject: [PATCH] Update PR template (#2561) --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 06149e22d6c..15e2936b1f7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,10 +2,14 @@ Fixes # ## Changes -Please provide a brief description of the changes here. Update the -`CHANGELOG.md` for non-trivial changes. If `CHANGELOG.md` is updated, -also be sure to update `spec-compliance-matrix.md` if necessary. +Please provide a brief description of the changes here. + +For non-trivial changes, follow the [change proposal +process](../CONTRIBUTING.md#proposing-a-change) and link to the related issue(s) +and/or [OTEP(s)](https://github.com/open-telemetry/oteps), update the +[`CHANGELOG.md`](../CHANGELOG.md), and also be sure to update +[`spec-compliance-matrix.md`](../spec-compliance-matrix.md) if necessary. Related issues # -Related [oteps](https://github.com/open-telemetry/oteps) # +Related [OTEP(s)](https://github.com/open-telemetry/oteps) #