diff options
author | Philipp Kerling <yol@casix.org> | 2021-03-07 20:09:55 +0100 |
---|---|---|
committer | Philipp Kerling <yol@casix.org> | 2021-03-07 20:09:55 +0100 |
commit | 33a116688b2bd6aa69634749c1167dfca0432f0b (patch) | |
tree | 9c56794f6f437ff0255f7df6461c7c6e03f2269a /docs | |
parent | 100afbbe3ef47f3a84ca51e929e77d1c344747bb (diff) |
Add section about end-user impact to PR template
Diffstat (limited to 'docs')
-rw-r--r-- | docs/PULL_REQUEST_TEMPLATE.md | 18 |
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): |