From 447c024a886aa8a9749b16d277dbd7725ee4a91b Mon Sep 17 00:00:00 2001 From: Conor McCarthy Date: Fri, 17 Nov 2023 12:35:26 +0000 Subject: [PATCH] Addition of sensible default --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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..376f041 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +Please go the the `Preview` tab and select the appropriate sub-template: + +* [Bug fix Pull Request](?expand=1&template=bug.md) +* [Feature addition Pull Request](?expand=1&template=feature.md) +* [Documentation addition Pull Request](?expand=1&template=documentation.md)