summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-06-12 17:24:29 -0500
committerSamuel Giddins <segiddins@segiddins.me>2017-06-12 17:24:29 -0500
commit2da8aa4640aacfe014a368273a788b0eb6e33d74 (patch)
treefaf3cbb2018ebcf9ee2b1e9caaa57f35ab9c265b
parente32353b063292427beccdb48fd8d6d0c74555911 (diff)
downloadbundler-seg-pr-template-questions.tar.gz
Add a PR templateseg-pr-template-questions
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000000..d4e516e860
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,18 @@
+Thanks so much for the contribution!
+To make reviewing this PR a bit easier, please fill out answers to the following questions.
+
+### What was the end-user problem that led to this PR?
+
+The problem was...
+
+### Was was your diagnosis of the problem?
+
+My diagnosis was...
+
+### What is your fix for the problem, implemented in this PR?
+
+My fix...
+
+### Why did you choose this fix out of the possible options?
+
+I chose this fix because...