forked from fingerprintjs/fingerprintjs
-
Notifications
You must be signed in to change notification settings - Fork 0
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
28 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,28 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
|
||
--- | ||
|
||
<!-- | ||
ALL BUG REPORTS WITHOUT PULL REQUEST MUST USE THIS TEMPLATE. BUG REPORTS NOT USING THE TEMPLATE ARE SUBJECT TO BEING CLOSED WITHOUT COMMMENT. | ||
--> | ||
|
||
|
||
### Problem description | ||
|
||
- Your bug report here | ||
|
||
<!-- If you're seeing two different fingerprints for the same device/browser, please provide the details of both fingerprints using this jsfiddle: https://jsfiddle.net/L2gLq4rg/ --> | ||
|
||
### Fingerprintjs2 version and devices used | ||
|
||
[ ] I can reproduce the bug in [fingerprintjs master](https://github.com/Valve/fingerprintjs2/blob/master/fingerprint2.js) | ||
[ ] I can reproduce the bug on these devices: iPhone XYZ | ||
|
||
<!-- Unless reproduced with fingerprintjs master, your issue is subject to be closed without comment. --> | ||
|
||
### Minimal reproducing example | ||
|
||
[ ] I can reproduce the bug with this jsfiddle: https://jsfiddle.net/L2gLq4rg/ | ||
[ ] Alternatively, I have provided a jsfiddle that reproduces the bug here: <jsfiddle url> |