Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 683 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 683 Bytes

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owner of this repository before making a change.

Coding Guidelines

  • Respect the SOLID principles
  • Keep it simple and DRY
  • Implement unit tests

Local test environment setup

  • Open a terminal
  • Navigate to the SRC folder
  • Run "npm link"
  • Go back to the demo folder
  • Run "npm link ng-chat"
  • To unlink just run "npm unlink ng-chat"
  • Run the offline demo project and perform a smoke test

Make sure there is no 'node_modules' folder in 'src' while developing and testing with the 'demo/offline_bot' project.