From d1dbf6f69cde3ef4b88dcceb3f4417bc34d23224 Mon Sep 17 00:00:00 2001 From: Sonal Jain Date: Thu, 25 Jul 2024 15:19:44 -0500 Subject: [PATCH] add pr template --- .github/pull_request_template.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..a679bb9 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +### ENSURE THE FOLLOWING ARE MET: +Below is a brief summary of PR requirements ([full list][checklist]). + +- [ ] Your PR title summarizes the changes at a high level (not simply "updated X" or "changes Y") +- [ ] Your PR description links to the issue/design. If not available, includes a full description for the change. +- [ ] Your code contains relevant unit tests. + +By opening this PR for review, the author has agreed that these criteria must be met. + +By approving this PR, the reviewers have also agreed these criteria have been met and it is ready to be merged. + +[checklist]: https://github.ibm.com/alchemy-containers/armada-ironsides/wiki/PR-submission-and-Code-Review-Checklist