From d136f60765b44397048a7942866aa3458ac4bafd Mon Sep 17 00:00:00 2001 From: Pravin Barton <9560941+isc-pbarton@users.noreply.github.com> Date: Fri, 1 May 2026 12:24:29 -0400 Subject: [PATCH] doc: GitHub PR template taken and simplified from IPM repo --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 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 00000000..f4047654 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +## Description +- Link the issue using the [magic closing words](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests#linking-a-pull-request-to-an-issue). +- Provide a summary of the change and how it addresses the issue (e.g. if it is a bug, explain the root cause of the bug and how this change fixes it). +- Include any other necessary context, especially if any section warrants special reviewer attention. + +## Testing +How has this change been tested? Have you added unit or integration tests as appropriate? + +## Checklist +- [ ] This branch has the latest changes from the `main` branch rebased or merged. +- [ ] Web UI has been built (any changes in `git-webui/src` have matching changes in `git-webui/release`) +- [ ] CHANGELOG.md entry added if appropriate. +- [ ] Documentation has been/will be updated