Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 442 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 442 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.

How to run examples:

cd example
python -m SimpleHTTPServer

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