Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 566 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (16 loc) · 566 Bytes

How to Contribute to angucomplete-alt

  • Before sending a PR for a feature or bug fix, be sure to run tests by running
grunt # no arguments, just grunt
  • If PR is not trivial, please add tests.

  • All pull requests should be made to the master branch.

  • No tabs please. Indent with 2 spaces.

  • Do not generate minified version.

  • Do not update package.json and bower.json unless you have a strong reason to do it.

How to run examples:

cd example
python -m SimpleHTTPServer

Open your browser and access http://localhost:8000