Skip to content
Mahagon edited this page Jul 22, 2013 · 8 revisions

Welcome to the Glydar wiki! This contains official documentation about how to use and work with our code. The API documentation can be found at http://glydar.org/wiki/.

Read this page before bug reporting.

Simple Rules

  • No unnecessary classes
  • No "fun" easter eggs, only serious code
  • No useless or empty classes, only work on other ones and create a class when you need to.
  • Please try to document your work
  • Write useful and informative commit messages
  • Create small pull requests, no big ones containing huge changes
  • If you want to report a bug post it in the Issues section
  • Fork to contribute and pull request your changes
  • Thanks for collaborating with us!

The more extensive guidelines can be found at the Coding Guidelines page.

Clone this wiki locally