-
Notifications
You must be signed in to change notification settings - Fork 34
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
Showing
1 changed file
with
34 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,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. |