From c29eae629aa69d3e95e0298a53746d9abbf3facf Mon Sep 17 00:00:00 2001 From: Tina Luedtke Date: Wed, 23 Mar 2022 16:56:26 +0000 Subject: PRs template: Include user information section ##### Summary As @thiagoftsm and @Ferroin suggested: We include a list of our PRs in the release notes. However, when you click on a PR as a user, who isn't involved in the day to day business, you might not understand what the PR does. This PR introduces a new section within "Additional information" to provide additional context for our users. ##### Test Plan N/A ##### Additional Information The `details` tag renders a dropdown section and the `summary` tag is used to provide a custom heading. Please review this PR as source code and not the rendered version. The `details` tag contains a comment with guiding questions on how to write a good `For users` section.
For users: How does this change affect me?
--- .github/PULL_REQUEST_TEMPLATE.md | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 74f9918e27..829d8e647c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,23 +1,27 @@ +##### Summary -##### Summary - ##### Test Plan - ##### Additional Information + + +
For users: How does this change affect me? + +
-- cgit v1.2.3