Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.68 KB

CONTRIBUTING.md

File metadata and controls

32 lines (18 loc) · 1.68 KB

Contributing to Windows Runtime (WinRT)-related API reference

Thank you for your interest in contributing to the Windows Runtime (WinRT)-related API reference content.

Prerequisites

If you want to contribute more than just minor fixes (a line or two), then you'll need to sign a Microsoft Contribution Licensing Agreement (CLA).

If you've already contributed to Microsoft GitHub projects in the past, then you've already completed that step.

Proposing a change

If you'd like to suggest a change to the docs, then follow these steps:

  1. Click Edit. You will be redirected to the page's markdown source file in the GitHub repository.
  2. Modify the file as desired.
  3. Use the preview tab to ensure that your changes look good.
  4. When you're done, commit your changes, and open a pull request (PR).

After you create the pull request, a member of the Windows docs team will review your changes, and provide any feedback as needed.

Note: If you're a Microsoft employee, then don't contribute to this repo. Instead, see Quickstart—contribute to Windows developer content.

Making more substantial changes

To make more substantial changes to an existing topic, or to add or change images, or to contribute a new topic, we recommend that you fork the official repo into your GitHub account, and then create a local clone.

For more info, see Fork a repo.

Resources

We recommend Visual Studio Code, a free lightweight open source editor from Microsoft.