-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #94 from plaid/am-issue-template
Update issue template
- Loading branch information
Showing
1 changed file
with
65 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,65 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
# The problem | ||
|
||
Briefly describe the issue you are experiencing (or the feature you want to see added to the Plaid Link | ||
React Native SDK). Tell us what you were trying to do and what happened instead. | ||
|
||
# Environment | ||
|
||
| | | | ||
| ------------------------| ---------- | | ||
| Android OS Version | e.g. 5.0.0 (21) | | ||
| Android Devices/Emulators | e.g. Pixel 3a physical | | ||
|
||
# Steps to Reproduce | ||
|
||
If necessary, describe the problem you have been experiencing in more detail. | ||
Please include the configuration you are using for Link (exluding your keys | ||
and personally identifiable information) | ||
|
||
For example: | ||
``` | ||
{ | ||
"client_id":"OMITTED", | ||
"secret":"OMITTED", | ||
"user":{ | ||
"client_user_id":"OMITTED", | ||
"legal_name":"OMITTED" | ||
}, | ||
"client_name":"My application", | ||
"products":[ | ||
"auth" | ||
], | ||
"country_codes":[ | ||
"US" | ||
], | ||
"language":"en", | ||
"android_package_name":"com.mycompany.myapp" | ||
} | ||
``` | ||
|
||
# Expected Result | ||
What did you expect to happen? | ||
|
||
# Screenshots | ||
If this is a visual bug a screenshot would be helpful. | ||
|
||
# Logs | ||
Any relevant logs from Android Logcat or the iOS console including stacktraces. | ||
|
||
# Code To Reproduce Issue | ||
With sample code it's easier to reproduce the bug and it's much faster to fix it. | ||
Don't forget to omit any keys or personally identifiable information. | ||
Please provide one of the following: | ||
|
||
1. (Best) A link to a minimal demo app showing the faulty behaviour (a modified version of the sample app would be a great start) | ||
1. (Better) A concise code sample which can be dropped into fresh application | ||
1. A snippet of code for your configuration for opening Link |