From a66d8c0ab4ff83f68e1a736b3665f2fb514d27b8 Mon Sep 17 00:00:00 2001 From: Ramon Petgrave <32398091+ramonpetgrave64@users.noreply.github.com> Date: Thu, 22 Feb 2024 05:01:47 -0500 Subject: [PATCH] feat: Create pull_request_template.md (#3268) Adds a PR template as default PR description: Hopefully this can also remind us to to keep docs up-to-date, as well, like in #3263 --------- Signed-off-by: Ramon Petgrave <32398091+ramonpetgrave64@users.noreply.github.com> Signed-off-by: Ramon Petgrave Co-authored-by: Ian Lewis --- .github/pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 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 0000000000..8e2319dca8 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ +# Summary + +... + +## Testing Process + +... + +## Checklist + +- [ ] Review the contributing [guidelines](./../CONTRIBUTING.md) +- [ ] Add a reference to related issues in the PR description. +- [ ] Update documentation if applicable. +- [ ] Add unit tests if applicable. +- [ ] Add changes to the [CHANGELOG](./../CHANGELOG.md) if applicable.