mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
671 B
671 B
Issues
Please provide clear steps to reproduce your issue. This is preferably done in a plunker, 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
andnpm run protractor
before comitting. - Lint your code by running
gulp lint
before comitting.