Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmarcon authored Aug 21, 2024
1 parent d1a0f52 commit a99e347
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**LiveSelect and LiveView versions**
have you tried LiveSelect latest version? Pleas try it and see if the bug still occur there
which LiveSelect version are you on? (`mix deps | grep live_selct`)
which LiveView version are you on? (`mix deps | grep phoenix_live_view`)

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

**Expected behavior**
What were you expecting to happen?

**Actual behavior**
What is actually going on instead?

**Screenshots**
If applicable (in most cases it is), do add a screenshot (or even better, a GIF or a video) that describes the problem.

**Browsers**
On which browsers did you notice the issue?

**Issue Repo**
You have the best chances of someone fixing the issue if you include a minimal repo that reproduces the problem.

**Additional context**
Add any other context about the problem here.

0 comments on commit a99e347

Please sign in to comment.