Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Latest commit

 

History

History
69 lines (48 loc) · 2.65 KB

CONTRIBUTING.md

File metadata and controls

69 lines (48 loc) · 2.65 KB

Mixed Reality Extension SDK Contribution Guide

Want to help out? Great! Here are a couple of ways to help:

Build Something Cool

If you make something with this SDK, tell us about it. We'd love to hear your experience, both the good and the bad.

Give Feedback

Submit bugs and feature requests on the issues page and help us verify fixes.

Contribute Code

Submit pull requests for bug fixes and features. This repository only contains the server side of the SDK, so any protocol changes have to be matched with a pull request in the mixed-reality-extension-unity repository.

Learning TypeScript

If you already know JavaScript, TypeScript is quick to get started with. TypeScript is a superset of JavaScript that adds static typing. Here is a 5 minute tour of TypeScript.

Where to start

Not sure what to implement? There are a number of issues labeled Help Wanted that could all be good starting points.

Other areas could be to create additional functional tests and samples, and to comment on the documentation.

Tips to create good pull requests

Before accepting pull requests, we run all functional tests within the host app.

  • Clear description
  • Single issue per pull request
  • Mention if there is a matching pull request in the unity repository

Coding guidelines

  • Run TS-Lint to be clean
  • If using Visual Studio Code, use the auto-formatter (alt+shift+f)
  • add copyright header to new files

Legal

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.