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