Add help and issue reporting section to README

Added section for help, feature suggestions, and bug reports.
This commit is contained in:
Exil Productions
2025-11-17 23:16:34 +01:00
committed by GitHub
parent 0aef6e59f9
commit 8c15600fa9

View File

@@ -81,6 +81,9 @@ VMM.ModRegistry.ModManager.Instance.RegisterSettings(Assembly.GetExecutingAssemb
2. Build the project using Visual Studio or `dotnet build` 2. Build the project using Visual Studio or `dotnet build`
3. The post-build event automatically copies the compiled DLL to the game's Mods folder 3. The post-build event automatically copies the compiled DLL to the game's Mods folder
### Need help, suggest a feature or found a bug?
Open up a issue and tag it with the fitting tags
## License ## License
This project is licensed under the Apache License 2.0. See LICENSE.txt for the full license text. This project is licensed under the Apache License 2.0. See LICENSE.txt for the full license text.