Thanks for your interest in contributing! Here's how to get involved.
Open a GitHub Issue and fill out the bug report template.
Please include:
- What you clicked / what you did
- What you expected to happen
- What actually happened
- Your YimMenu and GTA V version
Open a Feature Request and describe your idea.
The more detail you give, the easier it is to implement.
- Fork this repository
- Create a new branch:
git checkout -b feature/my-feature - Make your changes to
Eudora.lua - Commit with a clear message:
git commit -m "feat: add X button to Y menu" - Push your branch and open a Pull Request
- Use
localvariables where possible — avoid polluting global scope - Use
ipairsloops for repetitive button lists, not copy-pasted blocks - Move
gui.show_messagecalls outside of loops — never inside - Keep indentation consistent (4 spaces)
- Add a comment for any non-obvious stat name or global offset
Every contribution, no matter how small, helps make Eudora better for everyone.