Update PR checklist with commented out code check (#18272)

Along with hopefully helping resolve these actual problems, a nudge for people to look at their own code might help catch other quick fixes before anyone else has to review a PR.
This commit is contained in:
Adam Mills 2018-11-06 13:47:19 -05:00 committed by Paulus Schoutsen
parent 43ae57cc59
commit 917ebed4c9

View file

@ -13,6 +13,7 @@
## Checklist:
- [ ] The code change is tested and works locally.
- [ ] Local tests pass with `tox`. **Your PR cannot be merged unless tests pass**
- [ ] There is no commented out code in this PR.
If user exposed functionality or configuration variables are added/changed:
- [ ] Documentation added/updated in [home-assistant.io](https://github.com/home-assistant/home-assistant.io)