mirror of
https://github.com/home-assistant/frontend.git
synced 2026-05-25 01:29:04 +01:00
61c0b7394e
The PR template includes a checklist item linking to the development checklist page, but that page only covers core/Python-specific items (pypi, requirements_all.txt, CODEOWNERS, .strict-typing, Ruff). None of these apply to the frontend repository. No frontend-specific development checklist exists, so remove the item entirely rather than link to irrelevant documentation. The "perfect PR recommendations" checklist item already covers general PR best practices. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
4.0 KiB
4.0 KiB
Breaking change
Proposed change
Screenshots
Type of change
- Dependency upgrade
- Bugfix (non-breaking change which fixes an issue)
- New feature (thank you!)
- Breaking change (fix/feature causing existing functionality to break)
- Code quality improvements to existing code or addition of tests
Additional information
- This PR fixes or closes issue: fixes #
- This PR is related to issue or discussion:
- Link to documentation pull request:
- Link to developer documentation pull request:
- Link to backend pull request:
Checklist
- I understand the code I am submitting and can explain how it works.
- The code change is tested and works locally.
- There is no commented out code in this PR.
- I have followed the perfect PR recommendations
- Any generated code has been carefully reviewed for correctness and compliance with project standards.
If user exposed functionality or configuration variables are added/changed:
- Documentation added/updated for www.home-assistant.io
To help with the load of incoming pull requests:
- I have reviewed two other open pull requests in this repository.