From 8f6410603cef7ed2f9b66554cedfe4c17b25e234 Mon Sep 17 00:00:00 2001 From: mamoodi Date: Mon, 26 Aug 2024 14:30:58 -0400 Subject: [PATCH] Change PR template to enforce a simple description for CHANGELOG (#3602) --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index bc649f4266..5240684dd7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ -**What is the problem that this fixes or functionality that this introduces? Does it fix any open issues?** +**Short description of the problem this fixes or functionality that this introduces. This may be used for the CHANGELOG** @@ -8,4 +8,4 @@ --- -**Other references** +**Link of any specific issues this addresses**