Skip to content

Development process

Szilard Ledan edited this page Sep 19, 2015 · 1 revision

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.

Clone this wiki locally