From 44d3c31200b8bfcb5bdf341b979a1174df19c9d1 Mon Sep 17 00:00:00 2001 From: alexzakv <72228588+alexzakv@users.noreply.github.com> Date: Thu, 12 Nov 2020 10:39:24 -0800 Subject: [PATCH] Winml_principles_change (#5727) * Contributing page change * Update WinML_principles.md * Update WinML_principles.md * Update WinML_principles.md * Updated * Update WinML_principles.md * Update WinML_principles.md * Update WinML_principles.md * Update WinML_principles.md --- CONTRIBUTING.md | 1 - docs/WinML_principles.md | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e4f324ed5d..eacf7d9612 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,6 @@ Note that if an issue isn't a high priority or has many open questions then it m The ONNX Runtime team will review the proposal and either approve or close the issue based on whether it broadly aligns with the [Onnx Runtime Roadmap - High Level Goals section](./docs/Roadmap.md) and contribution guidelines. 4. **API Review** - If the feature adds new APIs then we'll start an API review. All new public APIs must be reviewed before merging. For making changes to the C API refer to guidance [here](./docs/C_API_Guidelines.md). For making changes to the Windows Machine Learning WinRT API, please label your request as *api:WinML*, and someone from the Windows ML team will work with you. diff --git a/docs/WinML_principles.md b/docs/WinML_principles.md index ef03657140..cf4d84a11c 100644 --- a/docs/WinML_principles.md +++ b/docs/WinML_principles.md @@ -13,9 +13,9 @@ Window Machine Learning is a high-performance, reliable API for deploying hardwa The API is designed to ensure consistency of developer’s experience across the Windows platform. We provide long-term servicing and support, and we are committed to ensuring application’s compatibility as we evolve the API. -**Windows ML is a core component of Windows.** - - The Windows ML source code is packaged and distributed with each new release of Windows. To provide consumers with high-quality products, Microsoft is responsible for distributing Windows ML and related binaries as part of Windows or standalone distributable packages. +**Windows ML is a core component of Windows.** + + The Windows ML code is packaged and distributed with each new release of Windows. To provide consumers with high-quality products, Microsoft is responsible for distributing Windows ML and related binaries as part of Windows or standalone distributable packages. ## Open for Community Contributions