From 17e206d74979c1fcc2d0b02b9c161202ad7637b3 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 15 May 2026 14:02:36 -0400 Subject: [PATCH] Update PR template instructions in AGENTS.md (#170834) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: balloob <195327+balloob@users.noreply.github.com> --- .github/copilot-instructions.md | 2 +- AGENTS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index e930fca92166..5d8d8f6b03e9 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -18,7 +18,7 @@ This repository contains the core of Home Assistant, a Python 3 based home autom ## Pull Requests -- When opening a pull request, use the repository's PR template (`.github/PULL_REQUEST_TEMPLATE.md`). Do not remove any sections from the template. +- 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. ## Development Commands diff --git a/AGENTS.md b/AGENTS.md index c72d8c6beb28..92b382fcba4a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -8,7 +8,7 @@ This repository contains the core of Home Assistant, a Python 3 based home autom ## Pull Requests -- When opening a pull request, use the repository's PR template (`.github/PULL_REQUEST_TEMPLATE.md`). Do not remove any sections from the template. +- 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. ## Development Commands