You can contribute to .NEXT or its documentation with Pull Requests and issues. Follow the rules described in this document.
This repository uses branching model known as git flow. Use develop as the destination branch in your Pull Request.
Contributions must not contain breaking changes such as backward incompatible modification of API signatures. The only exception is a new major version of the library. However, it should pass through code review and discussion.
If your PR contains bug fix or new feature then it should have unit tests.