summaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-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 -->