From 7c27da221506844473d47a1fdbda243d1229e56c Mon Sep 17 00:00:00 2001 From: "enaccess-terraform-authentication[bot]" <122439720+enaccess-terraform-authentication[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:37:03 +0000 Subject: [PATCH] Add `.github/PULL_REQUEST_TEMPLATE.md` --- .github/PULL_REQUEST_TEMPLATE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 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..d0b1eef --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ + + + + +### Brief summary of the change made + + + +### Are there any other side effects of this change that we should be aware of? + +### Describe how you tested your changes? + + + + +### Pull Request checklist + +Please confirm you have completed any of the necessary steps below. + +- [ ] Meaningful Pull Request title and description +- [ ] Changes tested as described above +- [ ] Added appropriate documentation for the change. +- [ ] Created GitHub issues for any relevant followup/future enhancements if appropriate.