* 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.