Update PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Michael Currin 2021-07-28 13:46:43 +02:00 committed by Nathaniel Wesley Filardo
parent b91368594d
commit 0b9785585e
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
Fixes #\<GitHub-issue-number\>. Fixes #<GITHUB_ISSUE_NUMBER>.
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 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. - [ ] I have thoroughly tested my contribution.
- [ ] The code changes are reflected in the documentation at `docs/*`. - [ ] The code changes are reflected in the documentation at `docs/*`.
\<Description of and rationale behind this PR\> _To be completed below: Description of and rationale behind this PR._