From 0b9785585e41003d29a3971758286b5a9d0df688 Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Wed, 28 Jul 2021 13:46:43 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c42c354f..957e597a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,10 @@ -Fixes #\. +Fixes #. -Make sure all boxes are checked (add x inside the brackets) when you submit your contribution, remove this sentence before doing so. +_Make sure all boxes are checked (add x inside the brackets) when you submit your contribution, remove this sentence before doing so._ - [ ] This PR is for the `dev` branch rather than for the `release` branch. -- [ ] This PR is compliant with the [other contributing guidelines](https://github.com/nodemcu/nodemcu-firmware/blob/dev/CONTRIBUTING.md) as well (if not, please describe why). +- [ ] This PR is compliant with the [other contributing guidelines](/CONTRIBUTING.md) as well (if not, please describe why). - [ ] I have thoroughly tested my contribution. - [ ] The code changes are reflected in the documentation at `docs/*`. -\ +_To be completed below: Description of and rationale behind this PR._