Skip to content

Commit

Permalink
docs: add more details for bug template
Browse files Browse the repository at this point in the history
  • Loading branch information
johnborges committed Dec 18, 2023
1 parent 2e5f167 commit 8fe9e6d
Showing 1 changed file with 49 additions and 34 deletions.
83 changes: 49 additions & 34 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,55 @@
---
name: Bug report
about: Create a report to help us improve
name: 🚨 Bug Report
about: Report something not working
title: ''
labels: ''
assignees: ''
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
---

**Additional context**
Add any other context about the problem here.
## Bug Report

### Plugin Version
<!--
List the plugin 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, screenshots, etc.
-->

0 comments on commit 8fe9e6d

Please sign in to comment.