diff options
author | The Bundler Bot <bot@bundler.io> | 2017-06-14 13:30:02 +0000 |
---|---|---|
committer | The Bundler Bot <bot@bundler.io> | 2017-06-14 13:30:02 +0000 |
commit | ddcca6254cc4e63cbb25b78f8ec93462fa56249c (patch) | |
tree | 2764cd50596b7efc81b8654478302789fe78a777 | |
parent | 4b042653e61e53cc8135b57f05ee82d07b69e8c5 (diff) | |
parent | 2da8aa4640aacfe014a368273a788b0eb6e33d74 (diff) | |
download | bundler-ddcca6254cc4e63cbb25b78f8ec93462fa56249c.tar.gz |
Auto merge of #5717 - bundler:seg-pr-template-questions, r=indirect
Add a PR template
Closes #5715.
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 18 |
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... |