cordova-plugin-file-opener2/.github/ISSUE_TEMPLATE/bug_report.md

45 lines
834 B
Markdown
Raw Permalink Normal View History

2018-12-14 20:11:49 +08:00
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
2018-12-14 20:13:34 +08:00
### Expected Behaviour
### Actual Behaviour
### Reproduce Scenario (including but not limited to)
#### Steps to Reproduce
#### Platform and Version (eg. Android 5.0 or iOS 9.2.1)
#### (Android) What device vendor (e.g. Samsung, HTC, Sony...)
#### Cordova CLI info
cordova info
2018-12-14 20:16:02 +08:00
Here is the output:
2018-12-14 20:13:34 +08:00
#### Plugin version
cordova plugin version | grep cordova-plugin-file-opener2
2018-12-14 20:16:02 +08:00
Here is the output:
2018-12-14 20:13:34 +08:00
#### Sample Code that illustrates the problem
#### Logs taken while reproducing problem
2020-06-07 21:07:04 +08:00
Run
`adb logcat PluginManager:V CordovaPlugin:V CordovaLog:V chromium:V *:S`
while testing the bug in your app to get some output from your error. This will help you to understand more about the nature of your problem.