### Contributing Welcome, and thank you for your interest in contributing. There are many ways to contribute: - [Submit issues](https://github.com/Microsoft/testfx/issues) and help verify fixes as they are checked in. - Review the [source code changes](https://github.com/Microsoft/testfx/pulls). - [Contribute features and fixes](https://github.com/Microsoft/testfx-docs/blob/master/docs/contribute.md). - Contribute to the [documentation](https://github.com/Microsoft/testfx-docs). ### Building If you want to understand how **testfx** works or want to debug an issue, you'll want to get the source, build it, and run it locally. **testfx** can be built from within Visual Studio or from the CLI. - [Building with Visual Studio](https://github.com/Microsoft/testfx-docs/blob/master/docs/contribute.md#building-with-visual-studiovs) - [Building with CLI](https://github.com/Microsoft/testfx-docs/blob/master/docs/contribute.md#building-with-command-linecli) ### Thank You! Your contributions to open source, large or small, make projects like this possible. Thank you for taking the time to contribute.