Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 565 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (11 loc) · 565 Bytes

Contributed Files

Commit Template

To install our commit template, use following command (use --global to use it in your global .gitconfig):

git config commit.template "~/path_to_leap_platform/contrib/leap-commit-template"

To use for all projects:

git config --global commit.template "~/path_to_leap_platform/contrib/leap-commit-template"

Signing commits

We very much appreciate signed commits, you can stop forgetting it like this:

git config commit.gpgsign true

To enable for all projects:

git config --global commit.gpgsign true