From 699408c33efb4511bdc5875dec7404cd28b0ed74 Mon Sep 17 00:00:00 2001 From: Gordon Farrell <93161643+gordonfarrell@users.noreply.github.com> Date: Mon, 26 Aug 2024 10:10:22 -0600 Subject: [PATCH] Add acceptance criteria to pull_request_template.md (#2430) * Add acceptance criteria to pull_request_template.md Add acceptance criteria section to PR for reference by reviewers * Update pull_request_template.md --- .github/pull_request_template.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c46458f01b..dd2ec57131 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,6 +6,9 @@ What changes are being proposed? ## Related Issue Fixes # +## Acceptance Criteria +Please copy the acceptance criteria from your ticket and paste it here for your reviewer(s) + ## Additional Information Anything else the review team should know?