From 2f9b559391de2076181b23bc97b9094532066e17 Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Wed, 21 Sep 2022 14:56:30 -0700 Subject: [PATCH] Declutter pull_request_template (#13026) Turn the instructions in pull_request_template into comments so templated language no longer clutter the PR description section. --- .github/pull_request_template.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 601cd22487..4c477201e4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,10 @@ -**Description**: Describe your changes. +### Description + + + + +### Motivation and Context + + -**Motivation and Context** -- Why is this change required? What problem does it solve? -- If it fixes an open issue, please link to the issue here.