-
Notifications
You must be signed in to change notification settings - Fork 25
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
40 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,40 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
0. Using amazon.(your country) | ||
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. | ||
|
||
**(optional) Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
A screenshot also help knowing what display settings you are using to reproduce your problem. | ||
|
||
**(optional) Error in the developer console** | ||
(Right click anywhere, Inspect. Then check the console tab for any red error related to Vine Helper) | ||
|
||
**(optional) Last page of Vine Helper debug log** | ||
If you have an issue where the tabs are no longer showing the item count: | ||
With the keybinding activated, press 'd' to show the debug log of vine helper, scroll down to the last page and copy its content. This should tell us where the execution of the script ended if an error was encountered. | ||
|
||
|
||
**Browser** | ||
[e.g. chrome, firefox, kiwi] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |