Skip to content

Commit

Permalink
Update bug_report.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3rndt committed Mar 14, 2024
1 parent 6f11e34 commit ea18da3
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,33 @@ assignees: ''

---

**Describe the bug**
Package Version (from pubspec.yaml): `persistent_bottom_nav_bar: ^x.x.x`

**Bug Description**

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.
**Code to reproduce**

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Insert all the code that is necessary to reproduce your issue (expecially, include the configuration of `PersistentTabView`)
```
PersistentTabView(
...
)
```

**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]
**Screenshots**

**Additional context**
Add any other context about the problem here.
If applicable, add screenshots to help explain your problem.

0 comments on commit ea18da3

Please sign in to comment.