From 39cbc59c1282fc0b37a049a26e16f76b38058518 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Wed, 6 Nov 2019 10:37:42 +0100 Subject: [PATCH] Don't auto close issues referenced in PR (#663) Remove space in checkboxes --- .github/pull_request_template.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e61d054d87..66be68f948 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,11 +6,11 @@ ## PR Checklist -* [ ] Closes #xxx -* [ ] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/PowerToys) and sign the CLA -* [ ] Tests added/passed -* [ ] Requires documentation to be updated -* [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx +* [] Applies to #xxx +* [] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/PowerToys) and sign the CLA +* [] Tests added/passed +* [] Requires documentation to be updated +* [] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx ## Detailed Description of the Pull Request / Additional comments