From 8c15600fa98f431c8e9ada65c1d7a03e1e0bb9e7 Mon Sep 17 00:00:00 2001 From: Exil Productions Date: Mon, 17 Nov 2025 23:16:34 +0100 Subject: [PATCH] Add help and issue reporting section to README Added section for help, feature suggestions, and bug reports. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0dee485..57e6a49 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,9 @@ VMM.ModRegistry.ModManager.Instance.RegisterSettings(Assembly.GetExecutingAssemb 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 +### Need help, suggest a feature or found a bug? +Open up a issue and tag it with the fitting tags + ## License This project is licensed under the Apache License 2.0. See LICENSE.txt for the full license text.