From 65060ece6737299032598ddf7d3ff9a58640e49a Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 10 Jun 2024 15:04:32 +0200 Subject: [PATCH] ci: pull request template --- .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 00000000..3dc0217b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +# What is this PR for? + + + +## Does this PR fix an existing issue? + + + +## Checklist + +- [ ] I've read the [CONTRIBUTING](/CONTRIBUTING.md) guidelines.