From ba0bca946265b6c62f7f00d8906a216640ed6982 Mon Sep 17 00:00:00 2001 From: adbridge Date: Fri, 22 Nov 2019 11:29:09 +0000 Subject: [PATCH] Remove release notes section Feedback has shown that having similar fields in the release notes section to the main headings is confusing. This PR simplifies the sections and removes the release notes section completely. Changes will be required to the release scripts and the docs to reflect these changes. --- .github/pull_request_template.md | 36 +++++++++++++++++++------------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e0f8b7056b..f93105abf7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -16,7 +16,28 @@ template is automatically parsed. the issue is and add the reference. E.g. Fixes #17119). Any implications for users taking this change. - --> + + NOTE: This section is automatically written to release notes for Feature and + Major releases and should contain enough details for a user. + +--> + +### Impact of changes + + +### Migration actions required + ### Documentation @@ -57,16 +78,3 @@ template is automatically parsed. --> ---------------------------------------------------------------------------------------------------------------- -### Release Notes - - - -#### Summary of changes - -#### Impact of changes - -#### Migration actions required