UNPKG

998 BMarkdownView Raw
1---
2name: 🐛 Bug Report
3about: If something isn't working as expected.
4
5---
6
7# Bug Report
8
9## Problem
10
11### What is expected to happen?
12
13
14
15### What does actually happen?
16
17
18
19## Information
20<!-- Include all relevant information that might help understand and reproduce the problem -->
21
22
23
24### Command or Code
25<!-- What command or code is needed to reproduce the problem? -->
26
27
28
29### Environment, Platform, Device
30<!-- In what environment, on what platform or on which device are you experiencing the issue? -->
31
32
33
34### Version information
35<!--
36What are relevant versions you are using?
37For example:
38Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins
39Other Frameworks: Ionic Framework and CLI version
40Operating System, Android Studio, Xcode etc.
41-->
42
43
44
45## Checklist
46<!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
47
48- [ ] I searched for existing GitHub issues
49- [ ] I updated all Cordova tooling to most recent version
50- [ ] I included all the necessary information above