UNPKG

ng-intl-tel-input

Version:

AngularJS directive implementing intl-tel-input (https://github.com/Bluefieldscom/intl-tel-input)

20 lines (13 loc) 1.14 kB
# Contributing ## Issues Please submit all issues on GitHub and others will jump in to help out. PRs are welcome! ## Conventions Contributors are encouraged to continue established conventions: * [TravisCI](https://travis-ci.org/) for continuous integration and convention enforcement * [Karma](http://karma-runner.github.io/), [Jasmine](http://jasmine.github.io/) and [Sinon](http://sinonjs.org/) are preferred for [unit testing](https://docs.angularjs.org/guide/unit-testing) * [Protractor](https://angular.github.io/protractor/#/) and [Mocha](https://mochajs.org/) are prefered for [end-to-end testing](https://docs.angularjs.org/guide/e2e-testing) * [JSHint](http://jshint.com/) for linting * [Editorconfig](http://editorconfig.org/) is preferred to setup the basics (spaces, etc.) * [Conventional changlog](https://github.com/ajoslin/conventional-changelog/blob/104b3aae5d65e2fc73b7cbee48ff5f56050a50e8/conventions/angular.md) is preferred for commit message format * [Semantic versioning](http://semver.org/) is preferred for release iteration Please review previous commits and PRs for examples of accepted contributions.