Skip to content

Commit

Permalink
Update PR checklist with commented out code check (#18272)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
emlove authored and balloob committed Nov 6, 2018
1 parent 43ae57c commit 917ebed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -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)
Expand Down

0 comments on commit 917ebed

Please sign in to comment.