From 7bd9e5ac82d17a80bcd7d1b23e03724e4352d034 Mon Sep 17 00:00:00 2001 From: Kathryn Baldauf Date: Fri, 5 Sep 2025 13:54:35 -0700 Subject: [PATCH] Remove description field in PR template (#583) ## Type of Change - [x] Process update ## Description Remove description field in PR template ## Motivation and Context I think having separate `Description` and `Motivation and Context` sections have been redundant in recent usage of the PR template. This PR removes the `Description` section. Ideally the PR title should cover the same content previously in the `Description` section. Signed-off-by: Kathryn Baldauf --- .github/pull_request_template.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index af5dfb21..6954a853 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,9 +4,6 @@ - [ ] Breaking change - [ ] Documentation update -## Description -[Brief description] - ## Motivation and Context [Why is this change needed?] @@ -14,4 +11,3 @@ - [ ] Tested locally - [ ] Added/updated tests - [ ] Added/updated docs -