XDracam / unity-corelibrary

Collection of classes and extension methods that make life with Unity3D more comfortable
MIT License
15 stars 3 forks source link

Add contribution guidelines for effortless merging of pull requests #9

Open XDracam opened 5 years ago

XDracam commented 5 years ago

The CoreLibrary holds high standards. These standards include thorough documentation in source code as well as in the markdown/pdf docs. The code also strictly follows JetBrains ReSharper's default naming and formatting conventions.

Documenting these requirements could minimize overhead after merging pull requests, potentially leading to more features in less time. I am the bottleneck right now.