arcana.cpp/CONTRIBUTING.md

748 B

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.