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.
- Test cases for your change are present. Generally we don't accept PR's without a test case.
- All tests are passing and build is not failing.
- In development run
yarn start
to start demo app. - In development run
yarn test:watch
to start running tests in watch mode.