Skip to content

Commit

Permalink
Adjust issue / pull request template (stripe#960)
Browse files Browse the repository at this point in the history
* Adjust issue template to include support contact info

* Adjust pull request template to match issue template formatting
  • Loading branch information
joeydong-stripe authored Jun 7, 2018
1 parent 8393509 commit d416982
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
26 changes: 14 additions & 12 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
To make it easier to diagnose your issue, please fill out the following:
<!--
Please only file issues here that you believe represent actual bugs or feature requests for the Stripe iOS SDK.
## Summary
If you're having general trouble with your Stripe integration, please reach out to support using the form at https://support.stripe.com/ (preferred) or via email to [email protected].
A simple summary of the problems you're having.
Otherwise, to make it easier to diagnose your issue, please fill out the following:
-->

## Code to reproduce
## Summary
<!-- A simple summary of the problems you're having. -->

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
<!-- If possible, please include a brief piece of code (or ideally, a link to an example project) demonstrating the problem you're having. -->

## iOS version

What version of iOS are you observing the problem on?
<!-- What version of iOS are you observing the problem on? -->

## Installation method

How did you install our SDK?
<!-- How did you install our SDK? -->

## SDK version

<!--
What version of our SDK are you using? You can find this by either looking at your `Podfile.lock` (if you're using Cocoapods), your `Cartfile.resolved` (if you're using Carthage), or by looking at the value of `STPSDKVersion` in `STPAPIClient.h`.
-->

## Other information

Anything else you can include that'll make it easier for us to help you!
<!-- Anything else you can include that'll make it easier for us to help you! -->
9 changes: 3 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
## Summary

Simple summary of what was changed.
<!-- 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.
<!-- 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.
<!-- How was the code tested? Be as specific as possible. -->

0 comments on commit d416982

Please sign in to comment.