mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Add review-process link to PR template (#89430)
This commit is contained in:
parent
dbebe57d51
commit
c5ff3e9914
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -59,6 +59,7 @@
|
|||||||
- [ ] Local tests pass. **Your PR cannot be merged unless tests pass**
|
- [ ] Local tests pass. **Your PR cannot be merged unless tests pass**
|
||||||
- [ ] There is no commented out code in this PR.
|
- [ ] There is no commented out code in this PR.
|
||||||
- [ ] I have followed the [development checklist][dev-checklist]
|
- [ ] I have followed the [development checklist][dev-checklist]
|
||||||
|
- [ ] I have followed the [perfect PR recommendations][perfect-pr]
|
||||||
- [ ] The code has been formatted using Black (`black --fast homeassistant tests`)
|
- [ ] The code has been formatted using Black (`black --fast homeassistant tests`)
|
||||||
- [ ] Tests have been added to verify that the new code works.
|
- [ ] Tests have been added to verify that the new code works.
|
||||||
|
|
||||||
@ -107,3 +108,4 @@ To help with the load of incoming pull requests:
|
|||||||
[manifest-docs]: https://developers.home-assistant.io/docs/en/creating_integration_manifest.html
|
[manifest-docs]: https://developers.home-assistant.io/docs/en/creating_integration_manifest.html
|
||||||
[quality-scale]: https://developers.home-assistant.io/docs/en/next/integration_quality_scale_index.html
|
[quality-scale]: https://developers.home-assistant.io/docs/en/next/integration_quality_scale_index.html
|
||||||
[docs-repository]: https://github.com/home-assistant/home-assistant.io
|
[docs-repository]: https://github.com/home-assistant/home-assistant.io
|
||||||
|
[perfect-pr]: https://developers.home-assistant.io/docs/review-process/#creating-the-perfect-pr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user