Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 748 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (8 loc) · 748 Bytes

Contributing

To contribute to Arcana.cpp, simply submit a pull request on this repository.

Repository Standards

All code in the Shared project library should compile with C++ compilers for other platforms (e.g. iOS and Android). UWP project code that needs to use WinRT APIs should use C++/WinRT. C++/CX is prohibited.

Also, please adhere to the Microsoft Open Source Code of Conduct to help Arcana.cpp remain a friendly, accessible, and productive open source community.

Pull Request Process

  1. Update the API documentation for complicated features.
  2. Get sign-off from one of the Arcana.cpp owners.