Here, you will see the whole collection of the Ciya codebase. This is the repo that I would recommend to clone to contribute. By using contributing to this project, you gurantee to accept the contributing guidelines and license.
As you may see, this readme may be a little bit for contibutors. The real and most updated readme is on the Ciya-complete repo. But here is the guide for cloning it btw:
1st, clone the repo using git:
$ git "clone https://github.com/Iya-lang/Ciya.git"2nd, apply your changes. 3rd, run these series of commands after you made changes:
$ git add . # Adds your work to git's cache
$ git commit -m <message> # Make sure to fill out the message
$ git push # And apply your changes to publicThat's all, thank you and bye. (Honestly, this kinda feels boring)