X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-demo.git;a=blobdiff_plain;f=afb-client%2Fbower_components%2Fhammerjs%2FCONTRIBUTING.md;fp=afb-client%2Fbower_components%2Fhammerjs%2FCONTRIBUTING.md;h=b1934de6b781fc77492d1c1a6e50e9535809cbca;hp=0000000000000000000000000000000000000000;hb=5b1e6cc132f44262a873fa8296a2a3e1017b0278;hpb=f7d2f9ac4168ee5064580c666d508667a73cefc0 diff --git a/afb-client/bower_components/hammerjs/CONTRIBUTING.md b/afb-client/bower_components/hammerjs/CONTRIBUTING.md new file mode 100644 index 0000000..b1934de --- /dev/null +++ b/afb-client/bower_components/hammerjs/CONTRIBUTING.md @@ -0,0 +1,41 @@ +# Contributing to Hammer.js + +Looking to contribute something to Hammer.js? **Here's how you can help.** + + +## Reporting issues + +We only accept issues that are bug reports or feature requests. Bugs must be +isolated and reproducible problems that can be fixed within the Hammer.js. +Please read the following guidelines before opening any issue. + +1. [**Read the documentation**](https://hammerjs.github.io) + +2. **Search for existing issues.** We get a lot of duplicate issues, and you'd +help us out a lot by first checking if someone else has reported the same issue. +Moreover, the issue may have already been resolved with a fix available. Also +take a look if your problem is explained at the Wiki. + +3. **Create an isolated and reproducible test case.** Be sure the problem exists +in Hammer's code with a reduced test case that should be included in each bug +report. + +4. **Include a live example.** Make use of jsFiddle or jsBin to share your +isolated test cases. Also, a screen capture would work, with tools like LICEcap. + +5. **Share as much information as possible.** Include operating system and +version, browser and version, version of Hammer.js, customized or vanilla build, +etc. where appropriate. Also include steps to reproduce the bug. + +## Pull requests + +1. Changes must be done in `/src` files, never just the compiled files. Also, don't +commit the compiled files. + +2. Try not to pollute your pull request with unintended changes. Keep them simple +and small + +3. Try to share which browsers your code has been tested in before submitting a +pull request + +4. Write tests for your code, these can be found in `/tests`.