mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 00:07:10 +00:00
Remove unused links (#2417)
This commit is contained in:
parent
21d3be4027
commit
1e9db41028
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -15,7 +15,7 @@
|
|||||||
If user exposed functionality or configuration variables are added/changed:
|
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)
|
- [ ] Documentation added/updated in [home-assistant.io](https://github.com/home-assistant/home-assistant.io)
|
||||||
|
|
||||||
If code communicates with devices:
|
If code communicates with devices, web services, or a:
|
||||||
- [ ] Local tests with `tox` run successfully. **Your PR cannot be merged unless tests pass**
|
- [ ] Local tests with `tox` run successfully. **Your PR cannot be merged unless tests pass**
|
||||||
- [ ] New dependencies have been added to the `REQUIREMENTS` variable ([example][ex-requir]).
|
- [ ] New dependencies have been added to the `REQUIREMENTS` variable ([example][ex-requir]).
|
||||||
- [ ] New dependencies are only imported inside functions that use them ([example][ex-import]).
|
- [ ] New dependencies are only imported inside functions that use them ([example][ex-import]).
|
||||||
@ -26,8 +26,5 @@ If the code does not interact with devices:
|
|||||||
- [ ] Local tests with `tox` run successfully. **Your PR cannot be merged unless tests pass**
|
- [ ] Local tests with `tox` run successfully. **Your PR cannot be merged unless tests pass**
|
||||||
- [ ] Tests have been added to verify that the new code works.
|
- [ ] Tests have been added to verify that the new code works.
|
||||||
|
|
||||||
[fork]: http://stackoverflow.com/a/7244456
|
|
||||||
[squash]: https://github.com/ginatrapani/todo.txt-android/wiki/Squash-All-Commits-Related-to-a-Single-Issue-into-a-Single-Commit
|
|
||||||
[ex-requir]: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/keyboard.py#L16
|
[ex-requir]: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/keyboard.py#L16
|
||||||
[ex-import]: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/keyboard.py#L51
|
[ex-import]: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/keyboard.py#L51
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user