Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 539 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 539 Bytes

Contributing

Thanks for your interest in ng-select. All forms of contribution are welcome, from issue reports to PRs and documentation / write-ups.

Please do the following before creating PR.

  • If you're planning to add or change a major feature in a PR, please ensure the change is aligned with the project roadmap by opening an issue first, especially if you're going to spend a lot of time on it.
  • In development run yarn start to start demo app.
  • In development run yarn run test:watch to start running tests in watch mode.