From 7a17d8f43dd19becc08900733bfe11db2431ba02 Mon Sep 17 00:00:00 2001 From: Kevin Reid Date: Thu, 12 Jun 2025 10:51:12 -0700 Subject: [PATCH] Fix uneven header levels in pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c1e5575a524fc..4c092d0330df6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ -# Objective +## Objective - Describe the objective or issue this PR addresses. - If you're fixing a specific issue, say "Fixes #X".