From 8d258041ae3f23f962b4b52f96bac44eb00dd182 Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Fri, 17 Feb 2023 11:31:29 -0500 Subject: [PATCH] Add PR template. --- pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 000000000..8330ee3fd --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,15 @@ +**What does this do?** +[Description of what this PR does.] + +**Why are we doing this? (with JIRA link)** +[Quick blurb about why the code is needed and a JIRA link. Do these changes meet the business requirements of the story?] + +**How should this be tested? Do these changes have associated tests?** +[Description of any tests that need to be performed once merged.] + +**Dependencies for merging? Releasing to production?** +[Description of any watchouts, dependencies, or issues we should be aware of.] + +**Has the application documentation been updated for these changes?** + +**Did someone actually run this code to verify it works?** -- 2.47.3