From: Ray Lee Date: Fri, 17 Feb 2023 16:31:29 +0000 (-0500) Subject: Add PR template. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=8d258041ae3f23f962b4b52f96bac44eb00dd182;p=tmp%2Fjakarta-migration.git Add PR template. --- 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?**