]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
Add PR template.
authorRay Lee <ray.lee@lyrasis.org>
Fri, 17 Feb 2023 16:31:29 +0000 (11:31 -0500)
committerRay Lee <ray.lee@lyrasis.org>
Fri, 17 Feb 2023 16:31:29 +0000 (11:31 -0500)
pull_request_template.md [new file with mode: 0644]

diff --git a/pull_request_template.md b/pull_request_template.md
new file mode 100644 (file)
index 0000000..8330ee3
--- /dev/null
@@ -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?**