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.