From 63d670f9b4238402e99a8a13a7cb12c9e052dbba Mon Sep 17 00:00:00 2001 From: Wesley Pettit Date: Tue, 25 Apr 2023 16:12:03 -0700 Subject: [PATCH] github: add pull request template Signed-off-by: Wesley Pettit --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++++ 1 file changed, 6 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 000000000..da057da39 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ +*Issue #, if available:* + +*Description of changes:* + + +By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. \ No newline at end of file