diff --git a/README.md b/README.md index 27ab800cb..4c9535e5d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This repo is a collection of Rust crates that enable developers to develop Windo To see an example of this repo used to create drivers, see [Windows-rust-driver-samples](https://github.com/microsoft/Windows-rust-driver-samples). -Note: This project is still in early stages of development and is not yet recommended for production use. We encourage community experimentation, suggestions and discussions! We will be using our [GitHub Discussions forum](https://github.com/microsoft/windows-drivers-rs/discussions) as the main form of engagement with the community! +Note: This project is still in early stages of development and is not yet recommended for production use. We encourage community experimentation and collaboration through our [GitHub Discussions forum](https://github.com/microsoft/windows-drivers-rs/discussions)! ## Supported Configurations @@ -220,6 +220,12 @@ If you understand these implications, and have installed the test certificate, t cargo make --env WDK_BUILD_ENABLE_SIGNTOOL_VERIFY=true ``` +## Contact + +* For bug reports, feature requests, and other actionable items, please use [GitHub Issues](https://github.com/microsoft/windows-drivers-rs/issues) +* For broader questions, architectural discussions, and community engagement, please use [GitHub Discussions](https://github.com/microsoft/windows-drivers-rs/discussions) +* For inquiries not suitable for public forums, email us at + ## Crates.io Release Policy Releases to crates.io are not made after every change merged to main. Releases will only be made when requested by the community, or when the `windows-drivers-rs` team believes there is sufficient value in pushing a release.