1 Commits

Author SHA1 Message Date
Christopher Whitley 96fe78c4a6 Initial Coding Guidelines (#987)
* Initial guidelines

* Add solution level directory with github related files for access within VS 2022

* Updated guidelines for extension methods

- For types within MonoGame.Extended, prefer static methods within the type rather than extension methods
- Extension methods should be used for extending external types from MonoGame or other libraries used.
2025-07-24 15:34:37 -04:00