Files
mod-ale/docs/CONTRIBUTING.md
2017-03-15 23:43:47 +02:00

1.3 KiB

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