-
Notifications
You must be signed in to change notification settings - Fork 659
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create issue and PR template for stripe-android (#799)
- Loading branch information
1 parent
4fa3758
commit 0ff1930
Showing
2 changed files
with
38 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!-- | ||
Please only file issues here that you believe represent actual bugs or feature requests for the Stripe Android SDK. | ||
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]. | ||
Otherwise, to make it easier to diagnose your issue, please fill out the following: | ||
--> | ||
|
||
## Summary | ||
<!-- A simple summary of the problems 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. --> | ||
|
||
## Android version | ||
<!-- What version of Android are you observing the problem on? --> | ||
|
||
## Impacted devices | ||
<!-- Are there specific devices that you are observing the problem on? --> | ||
|
||
## Installation method | ||
<!-- How did you install our SDK? --> | ||
|
||
## SDK version | ||
<!-- | ||
What version of our SDK are you using? You can find this by looking at the `dependencies` section of your project's `build.gradle` file. | ||
--> | ||
|
||
## Other information | ||
<!-- 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 |
---|---|---|
@@ -0,0 +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. --> |