From 04c291442f855b1e9f343d79880d322ebe870ded Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Fri, 10 Apr 2026 15:26:23 -0700 Subject: [PATCH] chore: add preview and testing and notes section to pr template --- .github/pull_request_template.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 754f981b..0268e8cb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,6 +6,18 @@ (Please describe the goal of this pull request and mention any related issue numbers) +### Preview + +(Add screenshots, GIFs, or recordings that show the changes) + +### Testing + +(List the steps used to verify these changes) + +### Notes + +(Add any additional context, trade-offs, or follow-up items) + ### Requirements - [ ] I've read and understood the [Contributing Guidelines](https://github.com/slackapi/slack-cli/blob/main/.github/CONTRIBUTING.md) and have done my best effort to follow them.