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! ✨