UNPKG

671 BMarkdownView Raw
1Issues
2------
3
4**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.
5
6Also nice to include info about your browser environment, version of angular/angular-scroll you are using and other libraries (such as jQuery etc).
7
8
9Pull Requests
10-------------
11
12* Don't include the compiled assets (`angular-scroll.*`) in your PR.
13* Only edit the source files (ie not the `angular-scroll.*` files).
14* Tests are welcome and don't forget to run existing via `npm run test-single-run` and `npm run protractor` before comitting.
15* Lint your code by running `gulp lint` before comitting.