summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-15 10:09:28 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-15 10:09:28 +0100
commit6bd3642718f527b7e02ac5dfe5cac8c36c6d0bcb (patch)
tree2b46553db90ab279459f4a103e210c82c5058247
parent7ada789e160e58bb3359d6970e77787872cc0840 (diff)
downloadbundler-6bd3642718f527b7e02ac5dfe5cac8c36c6d0bcb.tar.gz
Elaborate a bit on each question
Instead of forcing fixed beginning of the answers, give some more information on what's expected, but leave the section wording completely up to the PR author.
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index cc824e7e6d..6fa31f8b2c 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -3,16 +3,16 @@ To make reviewing this PR a bit easier, please fill out answers to the following
### What was the end-user or developer problem that led to this PR?
-The problem was...
+<!-- Write a clear and complete description of the problem -->
### What was your diagnosis of the problem?
-My diagnosis was...
+<!-- Explain the investigation you made to determine the cause of the issue and your conclusions -->
### What is your fix for the problem, implemented in this PR?
-My fix...
+<!-- Explain the fix being implemented -->
### Why did you choose this fix out of the possible options?
-I chose this fix because...
+<!-- If you considered other alternatives, explain why you end up choosing the current implementation -->