aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoryol <yol@casix.org>2021-04-17 10:39:41 +0200
committerGitHub <noreply@github.com>2021-04-17 10:39:41 +0200
commit2255b37fcd3592b56e84f68286aec05b268426f3 (patch)
tree2d8b016902497e23c51acf5a2df5113018be5ea4 /docs
parent052311be533842b9ebda2fca2a7a3bc53967b13e (diff)
parent33a116688b2bd6aa69634749c1167dfca0432f0b (diff)
Merge pull request #19354 from yol/pull-request-user-docs
Add section about end-user impact to PR template
Diffstat (limited to 'docs')
-rw-r--r--docs/PULL_REQUEST_TEMPLATE.md18
1 files changed, 12 insertions, 6 deletions
diff --git a/docs/PULL_REQUEST_TEMPLATE.md b/docs/PULL_REQUEST_TEMPLATE.md
index 0dcc68aa99..f0578ac900 100644
--- a/docs/PULL_REQUEST_TEMPLATE.md
+++ b/docs/PULL_REQUEST_TEMPLATE.md
@@ -1,15 +1,21 @@
## Description
<!--- Provide a general summary of your change in the Pull Request title above -->
-<!--- Describe your change in detail here -->
+<!--- Describe your change in detail here. -->
-## 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 -->
+<!--- If it fixes an open issue, please link to the issue here. -->
-## How Has This Been Tested?
-<!--- Please describe in detail how you tested your change -->
+## How has this been tested?
+<!--- Please describe in detail how you tested your change. -->
<!--- Include details of your testing environment, and the tests you ran to -->
-<!--- see how your change affects other areas of the code, etc -->
+<!--- see how your change affects other areas of the code, etc. -->
+
+## What is the effect on users?
+<!--- Summarize the effect of this change on Kodi end-users. -->
+<!--- If the PR does not have a noticeable impact (e.g., if it only changes documentation), -->
+<!--- just leave it empty. Put in more detail the bigger the impact is. -->
+<!--- This section may be used for automatic creation of release notes. -->
## Screenshots (if appropriate):