From 1e25abacad6cdf380b7b1df9fc758290d969d99e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Tue, 13 Oct 2020 11:27:14 +0200 Subject: [PATCH] meta: add checklist instructions on Pull Request template --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6bcb90efe..1abae8913 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,7 @@ ## Standards checklist: + + - [ ] The PR title is descriptive. - [ ] The PR doesn't replicate another PR which is already open. - [ ] I have read the contribution guide and followed all the instructions.