mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-02 13:24:20 +01:00
1.6 KiB
1.6 KiB
Contributing
Report an Issue
If you have found an issue with angular-bootstrap-switch
and want to report it, please make a live demo first
so that the misbehaviour can be reproduced. If you don't know how to do it, simply fork and edit
this plnkr template.
Issues with no live demo can get automatically closed.
Also, make sure to:
- look for similar issues in the repository bug tracker
- specify the
angular-bootstrap-switch
version showing the issue - check if the issue was already fixed in an
alpha
/beta
release or in the latest commit of thedevelop
branch (commits on thedevelop
branch don't generate a single file in thebuild
directory, you need to check against files in thesrc
directory) - clearly describe how the plugin should be changed to address your request
Submit a Pull Request
If you want to submit a Pull Request, please follow the same rules as in Report an Issue, plus all the submission guidelines, coding rules and commit message rules that apply to the main angular.js project.
IMPORTANT: Before submitting your PR, write new tests for it (where applicable) and test everything by running:
$ grunt test-travis
Previously existing tests should never break.