Contribution Instructions

This addon is implemented in GDScript and does not require native compilation. To work on or test the addon, follow these steps:

  1. Clone the repository:

    git clone --recursive https://github.com/NodotProject/Gedis.git
    cd Gedis
    
  2. Develop & Test:

    • The addon code lives under addons/Gedis. Copy that folder into your Godot project’s addons directory to test changes.
    • Run the project’s test suite with ./run_tests.sh.
  3. Contribute:

    Create a branch, make your changes, and open a pull request describing the work.

License

MIT — see LICENSE for details.