apollodec/Apollo/bower_components/angular-scroll/CONTRIBUTING.md
venbatechnologies@gmail.com d06b1c0cba status file
2017-12-07 11:31:25 +05:30

16 lines
671 B
Markdown
Executable File

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.