From 2d2689faade730a0a790e755b0657531ae16944b Mon Sep 17 00:00:00 2001 From: Ted Waine Date: Tue, 5 Nov 2024 11:08:34 +0000 Subject: [PATCH] Adding pull request template Signed-off-by: Ted Waine --- .github/PULL_REQUEST_TEMPLATE/pull_request.md | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request.md b/.github/PULL_REQUEST_TEMPLATE/pull_request.md new file mode 100644 index 000000000..713d1a018 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request.md @@ -0,0 +1,36 @@ + + +### Linked issues + + +### Summarize your change. + +### Describe the reason for the change. + +### Describe what you have tested and on which operating system. + +### Add a list of changes, and note any that might need special attention during the review. + +### If possible, provide screenshots. \ No newline at end of file