From bf1065ad8e1947c9d885ef39750b46a62626ddcb Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Thu, 13 Nov 2025 22:46:02 +1000 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..ab384f8 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,21 @@ +# Contributing to SharpIDE + +## Run Steps +1. Ensure the .NET 10 SDK is installed +2. Download the latest version of Godot from [godotengine.org/download](https://godotengine.org/download) +3. Extract it, and put it somewhere, e.g. Documents/Godot/4.5.1 +4. Run `Godot_v4.5.1-stable_mono_win64.exe` (or equivalent executable) +5. Import SharpIDE +image +image +image +
+ +6. Run from Godot +image +
+ +7. Run/Debug from Rider +image + +Done! ✨