Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

19 lines (16 loc) · 1.3 KB

Contributing

Eluna uses C for the Lua engine, C++ for the server modifications and system code, Lua for scripting side code and scripts, python for the web documentation generation - but you do not have to be able to code to help.

You can contribute to Eluna in various ways:

Features and documentation

To contribute to the source code and documentation within it, create a pull request for our github repository:

  1. Set up git
  2. Fork our repository: Eluna repository
  3. Create a branch: git checkout -b mybranch
  4. Make your contribution changes
  5. Commit your changes git commit -a -m "commit message"
  6. Push your commit to github: git push
  7. Open a pull request