From d4169823a6f886b0bc3d91e78ba4e4672f991f6e Mon Sep 17 00:00:00 2001 From: Joey Dong <28276156+joeydong-stripe@users.noreply.github.com> Date: Thu, 7 Jun 2018 10:00:23 -0700 Subject: [PATCH] Adjust issue / pull request template (#960) * Adjust issue template to include support contact info * Adjust pull request template to match issue template formatting --- .github/ISSUE_TEMPLATE.md | 26 ++++++++++++++------------ .github/PULL_REQUEST_TEMPLATE.md | 9 +++------ 2 files changed, 17 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1f22b48399d..5ed8c8c24fb 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,25 +1,27 @@ -To make it easier to diagnose your issue, please fill out the following: + -## Code to reproduce +## Summary + -If possible, please include a brief piece of code (or ideally, a link to an example project) demonstrating the problem you're having. +## Code to reproduce + ## iOS version - -What version of iOS are you observing the problem on? + ## Installation method - -How did you install our SDK? + ## SDK version - + ## Other information - -Anything else you can include that'll make it easier for us to help you! + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c3a823ec6cd..728c2863106 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,8 @@ ## Summary - -Simple summary of what was changed. + ## Motivation - -Why are you making this change? If it's for fixing a bug, if possible, please include a code snippet or example project that demonstrates the issue. + ## Testing - -How was the code tested? Be as specific as possible. +