From 616540e45550028c8fb74f2c96606dcd0cdbb695 Mon Sep 17 00:00:00 2001 From: Melvin Wang Date: Tue, 18 Mar 2025 15:44:56 -0700 Subject: [PATCH 1/2] docs: update README to clarify community engagement and contact methods --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 27ab800cb..db2eef715 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,10 @@ If you understand these implications, and have installed the test certificate, t cargo make --env WDK_BUILD_ENABLE_SIGNTOOL_VERIFY=true ``` +## Contact + +While we encourage using [GitHub Issues](https://github.com/microsoft/windows-drivers-rs/issues) for bug reports, feature requests, and other specific actionable items, please use [GitHub Discussions](https://github.com/microsoft/windows-drivers-rs/discussions) for broader questions, architectural discussions, and community engagement. For specific inquiries that may not be suitable for public forums, you can reach out to 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. From 74891ee5bc5556f1ce08f370ba78804235a6ddc9 Mon Sep 17 00:00:00 2001 From: Melvin Wang Date: Tue, 18 Mar 2025 16:04:39 -0700 Subject: [PATCH 2/2] reformat as bulleted list --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db2eef715..4c9535e5d 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,9 @@ cargo make --env WDK_BUILD_ENABLE_SIGNTOOL_VERIFY=true ## Contact -While we encourage using [GitHub Issues](https://github.com/microsoft/windows-drivers-rs/issues) for bug reports, feature requests, and other specific actionable items, please use [GitHub Discussions](https://github.com/microsoft/windows-drivers-rs/discussions) for broader questions, architectural discussions, and community engagement. For specific inquiries that may not be suitable for public forums, you can reach out to us at . +* 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