From 408194e862e96528b785e5445e9e12ab2af858ab Mon Sep 17 00:00:00 2001 From: Szehon Ho Date: Tue, 7 Apr 2026 12:06:04 -0700 Subject: [PATCH] Add PR description guidelines to AGENTS.md The previous instruction ("Follow the template") was too vague. Require using the template section headings. --- AGENTS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 3c0cbb4177750..d9f0e244d0759 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -73,7 +73,9 @@ Run a single test case: ## Pull Request Workflow -PR title requires a JIRA ticket ID (e.g., `[SPARK-xxxx][SQL] Title`). Ask the user to create a new ticket or provide an existing one if not given. Follow the template in `.github/PULL_REQUEST_TEMPLATE` for the PR description. +PR title requires a JIRA ticket ID (e.g., `[SPARK-xxxx][SQL] Title`). Ask the user to create a new ticket or provide an existing one if not given. + +PR descriptions MUST use the section headings from `.github/PULL_REQUEST_TEMPLATE` (omit the HTML comments). DO NOT push to the upstream repo. Always push to the personal fork. Open PRs against `master` on the upstream repo.