Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 514 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 514 Bytes

How to Contribute

  • Search the code for NotImplementedException or the extern keyword

  • Send out a pull request (if at any time, you're not sure how it works, I'm glad to help, email [email protected]

What not to do

  • Copy any implementation code from ILSpyed binaries - interfaces / class definitions only! This usually isn't a problem for WinMD files, but if you're working on System.Runtime.WindowsRuntime, you will see implementation too.

  • Send PRs that don't follow the coding style