Add PR comment etiquette rules to AGENTS.md

This commit is contained in:
abmantis
2026-07-03 19:46:27 +01:00
parent 79ae3cd3d4
commit b1e238bed5
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -21,6 +21,8 @@ This repository contains the core of Home Assistant, a Python 3 based home autom
- When opening a pull request, use the repository's PR template (`.github/PULL_REQUEST_TEMPLATE.md`). NEVER REMOVE ANYTHING from the template.
- Do not remove checkboxes that are not checked — leave all unchecked checkboxes in place so reviewers can see which options were not selected.
- Never add comments to Pull Requests with a summary of what has been implemented.
- Never reply to GitHub review comments just to state what has been implemented or the commit addressing the comment. Unless a question needs clarification or a suggestion is not applicable, don't add a reply.
## Development Commands
+2
View File
@@ -10,6 +10,8 @@ This repository contains the core of Home Assistant, a Python 3 based home autom
- When opening a pull request, use the repository's PR template (`.github/PULL_REQUEST_TEMPLATE.md`). NEVER REMOVE ANYTHING from the template.
- Do not remove checkboxes that are not checked — leave all unchecked checkboxes in place so reviewers can see which options were not selected.
- Never add comments to Pull Requests with a summary of what has been implemented.
- Never reply to GitHub review comments just to state what has been implemented or the commit addressing the comment. Unless a question needs clarification or a suggestion is not applicable, don't add a reply.
## Development Commands