Skip to content

Commit

Permalink
Merge pull request #94 from plaid/am-issue-template
Browse files Browse the repository at this point in the history
Update issue template
  • Loading branch information
amcbride authored Sep 14, 2020
2 parents acb7462 + bfaabb9 commit b2715fb
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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

0 comments on commit b2715fb

Please sign in to comment.