-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1b8d7b
commit 1324b4c
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: '' | ||
|
||
--- | ||
|
||
### Plugin(s) | ||
<!-- | ||
List the plugins and versions that this bug affects. | ||
--> | ||
|
||
|
||
|
||
### Capacitor Version | ||
<!-- | ||
Paste the output from the `npx cap doctor` command into the code block below. This will provide the versions of Capacitor packages and related dependencies. | ||
--> | ||
|
||
``` | ||
PASTE OUTPUT HERE | ||
``` | ||
|
||
### Platform(s) | ||
<!-- | ||
List the platforms that this bug affects. | ||
--> | ||
|
||
|
||
|
||
### Current Behavior | ||
<!-- | ||
Describe how the bug manifests. Be specific. | ||
--> | ||
|
||
|
||
|
||
### Expected Behavior | ||
<!-- | ||
Describe what the behavior should be. | ||
--> | ||
|
||
|
||
|
||
### Code Reproduction | ||
<!-- | ||
To isolate the cause of the problem, we ask you to provide a minimal sample application that demonstrates the issue. | ||
For full instructions, see: https://github.com/ionic-team/capacitor/blob/master/CONTRIBUTING.md#creating-a-code-reproduction | ||
--> | ||
|
||
|
||
|
||
### Other Technical Details | ||
<!-- | ||
Please provide the following information with your request and any other relevant technical details (versions of IDEs, local environment info, plugin information or links, etc). | ||
--> | ||
|
||
|
||
|
||
### Additional Context | ||
<!-- | ||
List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to fix, Stack Overflow links, forum links, etc. | ||
--> |