From 5570b679626f6b7a853e912a251d4d6e8a8578e8 Mon Sep 17 00:00:00 2001 From: Steven Gagniere Date: Thu, 25 Jun 2026 12:01:47 -0700 Subject: [PATCH] Update the original checklist and add a new testing checklist --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3f9b9064e8..2d22d17b8d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -20,6 +20,7 @@ Checklist Check each item below to ensure high-quality CLI development practices are followed. PR approval will not be granted until the checklist is fully reviewed. For detailed instructions, please refer to this Confluence page: https://confluentinc.atlassian.net/wiki/spaces/AEGI/pages/3949592874/ --> +- [ ] I have added release notes above and verified that they follow the style of existing [release notes](https://docs.confluent.io/confluent-cli/current/release-notes.html). - [ ] I have successfully built and used a custom CLI binary, without linter issues from this PR. - [ ] I have clearly specified in the `What` section below whether this PR applies to Confluent Cloud, Confluent Platform, or both. - [ ] I have verified this PR in Confluent Cloud pre-prod or production environment, if applicable. @@ -31,6 +32,7 @@ For detailed instructions, please refer to this Confluence page: https://conflue - [ ] I have put checkmarks below confirming that the feature associated with this PR is enabled in: - [ ] Confluent Cloud prod - [ ] Confluent Cloud stag + - [ ] Confluent Cloud devel - [ ] Confluent Platform - [ ] Check this box if the feature is enabled for certain organizations only @@ -67,6 +69,11 @@ Copy and paste the links below for easy reference. Test & Review ------------- +- [ ] I have added or updated integration tests. +- [ ] I have added or updated unit tests. +- [ ] I have attached manual verification results or screenshots below. + - [ ] I have tested in a production environment. + - [ ] I have tested all new or updated commands and flags.