diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..3cc0d42
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,10 @@
+# Contributing
+
+rules for contributing;
+1. new fixes should allways go into experimental.
+2. no decrypting or leaking encrypted items. they are like that for a reason. this is punishable by a mute/ban
+3. sensitive codes/passwords should not be written in note or code. make a private note with the password and its hash used.
+4. please disble DEBUG before a MAIN push.
+
+
+this is a bit in WIP, may add more.
diff --git a/README.md b/README.md
index aa2767f..27e2d53 100644
--- a/README.md
+++ b/README.md
@@ -1,34 +1,82 @@
+
+
+
+
+
+
+
+
+
+
# Welcome to the VAIIYA terminal project page!
-Welcome to the VAIIYA Terminal project page!!
-I am very happy to show you all my VAIIYA TERMINAL passion project!
-the real purpose for this "game" was just an idea and a very far fetched idea that Embark Rob may collab with it ( I still think its far fetched but it is a good learning course! )
-and that i saw how much retro stuff (eg, the commandprompt credits screen for S2 and S3.) was used and i saw how VAIIYA would use somthing like that.
+> [!IMPORTANT]
+> Notices about VAIIYA Termial will show up in this note!
-also as a side note: this will be a very good experemantation for password protected encryption as the sourcecode is here on github. so dont be alarmed if there is some gobbleygook in the code :3
+
+Welcome VAIIYA trustees and fellow THE FINALS contestants!
+welcome to my VAIIYA terminal project page!
+
+VAIIYA terminal is a for-fun project made by me and serves mostly the purpose of being entertainment and a story module!
+I hope you can join me on my long journey of making this dream come true with me!
-( ps; rob if you read this, can i have the offical VAIIYA ASCII art for my code plz 🙏🥹 )
# The game
-**IMPRORTANT NOTE: THE VAIIYA TERMINAL EXE's HAVE FLAGGED WINDOWS SMART APP CONTROLL DUE TO THE EXE's NOT BEING SIGNED. YOU CAN SAFELY IGNORE THESE WARNINGS.**
+> [!CAUTION]
+> **THE VAIIYA TERMINAL EXE's HAVE FLAGGED WINDOWS SMARTSCREEN CONTROL MOST LIKELY DUE TO THE EXE's NOT BEING SIGNED. YOU CAN SAFELY IGNORE THESE WARNINGS.**
+
+
+
+
+
+
+
+
+
+> [!NOTE]
+> all images were uploaded durring v10 or 0.0.10, things are subject to change!
+
+
+
+
+# Contributing
-
+Hello fello VAIIYA Trustees! if you want to help with the progress of VAIIYA Terminal, here are some basic rules and things to know!
+### Setup
+1. get Github desktop if you dont have it already :3
-
+> [!IMPORTANT]
+> Hello again everyone! just a quick edit, this note below is purely incorrect,
+> and i am working on a fix. In the meantime i will gather more info and fix this
+> soon. Thank you for understanding.
+>
+>
+> *make sure you are using a **global** installation of python 3 for it to recognise the installed modules! if you use the "recommended" python3 installation from VScode, you will get errors of `reportMissingImports`!*
+> get the latest release here: [python downloads](https://www.python.org/downloads/)
-all images were uploaded durring v7 or 0.0.7, things are subject to change!
+2. Clone the repository and get dependencies
+ - clone the repository with the HTTPS method through Github desktop
+ - open the filestructure in VScode or your perferred IDE
+ - install dependencies inside the filestructure with `pip install -r requirements.txt`
+ - run `VAIIYA terminal.py` with the run button in VScode or your own IDE to see if everything is working!
+
+> [!TIP]
+> it is recommended that you install the pylance extension for VScode, as it has really nice fetures for debugging and other!
+and thats all for setup!
-# install dependencies
+### Contributing rules
-run this command in the file of the source or requirements.txt file.
+1. any new changes when being merged get sent to the experimental branch.
+2. large changes **can** have their own branch, then will be merged to the experimental branch later on.
-```
-pip install -r requirements.txt
-```
+> [!NOTE]
+> these contributing rules are still very scratched together for now, so a lot of self judgement will be applied for new rules to form.