From 3e6cf213642f59aba31fbae99ee4765d1c622caa Mon Sep 17 00:00:00 2001 From: Paul Laros Date: Fri, 1 Oct 2021 13:17:38 +0200 Subject: [PATCH] Add PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 1 file changed, 3 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..23ce187 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,3 @@ + + +- [ ] I have followed (at least) the [PR section of the contributing guide](https://github.com/adminkit/adminkit/blob/HEAD/.github/CONTRIBUTING.md#submitting-a-pull-request).