Development process - GepardGraphics/gepard GitHub Wiki

For development use the fork model and create pull requests to initiate the review process. Each pull request requires at least two LGTMs (Looks Good To Me) comment/review before it can be merged.

When writing a commit message please provide a short title and a description. The description can be omitted if the title already describes the intent of the patch clearly. Additionally, we require each commit to have a signed-off-by line, which can be automatically added by the git commit -s command.