Skip to content

Commit

Permalink
create issue template (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed May 23, 2022
1 parent c8b2920 commit 0105c9b
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
name: Bug report
about: Create a report to help us improve
title: ""
labels: "bug"
assignees: ""
---

<!-- Feel free to remove/modify sections so they're a better fit for your request -->

**Describe the bug**

<!-- A clear and concise description of what the bug is. -->

**To Reproduce**

<!-- Attach a code sample or link to the repo which demonstrates the error -->

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, attach screenshots and videos to help explain your problem. -->

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

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

**Device information:**

<!-- Please complete the following information -->

- Device: [e.g. iPhone 13]
- OS: [e.g. iOS 15.4]
- plugin version [e.g. v1.8.0]

**Additional context**

<!-- Add any other context about the problem here or delete this point. -->

0 comments on commit 0105c9b

Please sign in to comment.