This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/textcomplete/CONTRIBUTING.md
2020-11-01 22:46:04 +00:00

735 B
Raw Blame History

Contributing

  • Read development guide to setup development environment to your local machine.

  • Commit your code on a separate branch with appropreate name.

  • Write change log to CHANGELOG.md.

  • Dont change “version” of package.json.

  • Be sure to have tests and use the same coding style as the rest of the codebase.

  • Before sending pull request for a feature or bug fix, run the linter and test code.

    npm test # run linter and all tests
  • All pull requests should be made to the master branch.