From c1f11167845b5c0cfc5891fe46c77e3fe2796d32 Mon Sep 17 00:00:00 2001 From: Mikel Blanchard Date: Wed, 8 Mar 2023 16:25:18 -0800 Subject: [PATCH] [repo] Update GitHub PR template (#4287) --- .github/PULL_REQUEST_TEMPLATE.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e5ef779df..39203dabf 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,13 @@ -Fixes #. +Fixes # +Design discussion issue # ## Changes Please provide a brief description of the changes here. -For significant contributions please make sure you have completed the following items: +## Merge requirement checklist -* [ ] Appropriate `CHANGELOG.md` updated for non-trivial changes -* [ ] Design discussion issue # -* [ ] Changes in public API reviewed +* [ ] [CONTRIBUTING](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/CONTRIBUTING.md) guidelines followed (nullable enabled, static analysis, etc.) +* [ ] Unit tests added/updated +* [ ] Appropriate `CHANGELOG.md` files updated for non-trivial changes +* [ ] Changes in public API reviewed (if applicable)