From 53cddc63c428e9401aa253212583c940211c0f48 Mon Sep 17 00:00:00 2001
From: Scratch-hv | Oeil-de-Lynx
<104771596+OeildeLynx31@users.noreply.github.com>
Date: Tue, 16 Apr 2024 11:00:29 +0200
Subject: [PATCH] Update README.md
Add Contributing
---
README.md | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 025a049..bf97980 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,20 @@
-# TurboBuilder
-Create extensions for TurboWarp using block-based coding.
+# EaglerForge Builder
+Create mods for EaglerForge using block-based coding.
## In development
This project is not finished and is still being worked on. Expect bugs and problems that may prevent the site from working.
## Running locally
-
1. Clone the repo
2. Run `npm i --force` in a terminal inside the folder where the repo is
3. Run `npm run dev` in a terminal inside the folder where the repo is
-4. Visit http://localhost:5173/
\ No newline at end of file
+4. Visit http://localhost:5173/
+
+## Contributing
+1. Fork the project
+2. Make a pull request :
+ - In the `working-main` branch if the changes are ready
+ - In the `working-dev` branch if they are experimental
+3. After review, we will merge or not your pull request.