1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-10 21:24:20 +01:00
fab-manager/vendor/assets/components/angular-scroll/CONTRIBUTING.md
2015-05-05 03:10:25 +02:00

16 lines
671 B
Markdown

Issues
------
**Please provide clear steps to reproduce your issue**. This is preferably done in a [plunker](http://plnkr.co/), a video or just a link to your project.
Also nice to include info about your browser environment, version of angular/angular-scroll you are using and other libraries (such as jQuery etc).
Pull Requests
-------------
* Don't include the compiled assets (`angular-scroll.*`) in your PR.
* Only edit the source files (ie not the `angular-scroll.*` files).
* Tests are welcome and don't forget to run existing via `npm run test-single-run` and `npm run protractor` before comitting.
* Lint your code by running `gulp lint` before comitting.