forked from stripe/stripe-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust issue / pull request template (stripe#960)
* Adjust issue template to include support contact info * Adjust pull request template to match issue template formatting
- Loading branch information
1 parent
8393509
commit d416982
Showing
2 changed files
with
17 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |