-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
19 additions
and
2 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 |
---|---|---|
@@ -1,10 +1,27 @@ | ||
<!-- | ||
If you have a question or a proposal, please create a Discussion (https://github.com/elixir-wallaby/wallaby/discussions/new) instead of creating an issue. | ||
This is an effort to keep issues focused on features and bugs that need to be worked on. | ||
--> | ||
|
||
## Issue | ||
|
||
Description of the issue. Please include browser you're using (phantomjs, | ||
chrome, etc.) elixir and erlang version and any relevant stack traces. | ||
Description of the issue. | ||
|
||
## Details | ||
|
||
Elixir: | ||
Erlang: | ||
OS: | ||
Webdriver (selenium, chromedriver, geckodriver, etc): | ||
Browser (Chrome, Firefox, Safari, etc): | ||
Local or CI: | ||
|
||
## Test Code & HTML | ||
|
||
Please include the test thats failing and the html that you're testing | ||
against. | ||
|
||
## Project that reproduces the bug | ||
|
||
If possible, providing a public GitHub repository with a test that reproduces the issue increases the chance of getting your bug fixed _dramatically_. |