Skip to content

Coding Guidelines

Calcitem edited this page Oct 1, 2022 · 2 revisions

Coding Guidelines

Git

We prefer a rebase workflow and occasional feature branches. Most work happens directly on the master branch. For that reason, we recommend setting the pull.rebase setting to merges.

git config --global pull.rebase merges

Contribution Guide

See Contributing.

Clone this wiki locally