scratch – Blame information for rev 58

Subversion Repositories:
Rev:
Rev Author Line No. Line
58 office 1 Contributing to FingerprintJS2
2 ==============================
3  
4 # IF YOU WANT TO ASK A QUESTION - USE GITTER.IM OR STACKOVERFLOW.COM with fingerprintjs2 tag
5  
6 PLEASE :)
7  
8 ISSUES WITH QUESTIONS IN THEM WILL BE CLOSED W/OUT EXPLANATION!
9  
10 ## Found a bug?
11  
12 Please submit an issue.
13 Include in the issue:
14  
15 * List of components you received in the `get` call (make sure values are not truncated)
16 * If FP is different every time you call the library, include 2 versions of components
17 * Include your OS version
18 * Include steps to reproduce
19 * Include library call code (I need all options you used when calling the library function)
20  
21 ## Want to add a feature / contribute?
22 * Make sure the issue/suggestion does not exist by searching existing issues
23 * Fork the project and make the required changes in it (don't forget to add specs)
24 * PRs w/out specs will not be accepted
25 * Run `gulp` to catch stylistic errors and produce the minified version.
26 * Run specs by opening the `specs/spec_runner.html` or typing `npm test` (requires phantomjs for console running).
27 * Make a PR.
28 * Make sure you only make one commit per feature you want to add
29 * Make sure your commit message is descriptive and tells what you changed (`Updated the library` - that's a bad commit message)
30  
31 If your code changes the list of fingerprinting sources, please update
32 the README.
33  
34 If you're unsure about the feature you want to add, submit an issue with
35 a `question` tag.
36  
37 ## Want to ask?
38 * Please read FAQ first
39 * If you have not found the answer you were looking for - use gitter.im to ask your question (link is in the readme)
40  
41 Happy Coding!