Skip to content
Snippets Groups Projects
Select Git revision
  • feat/v3_hs
  • master default
  • stretch
  • variable_nameservers
  • improve_debug_info
  • bug/8878
  • feat/refactor_tor
  • bug/disable_tor_exit
  • ed25519
  • couch-design-8428
  • bug/8850
  • commit_template
  • fix_mail_deploy
  • feature/stretch
  • feature/default-invites
  • bug/8841
  • feature/signed-by
  • multenv
  • fix_staging_deploy
  • latest_ci
  • 0.10.0
  • 0.9.0
  • 0.9.0rc1
  • 0.8.1
  • 0.8.0
  • 0.8.0rc1
  • 0.7.1
  • 0.7.0
  • 0.7.0rc2
  • 0.7.0rc1
  • 0.6.0
  • 0.6.0rc3
  • 0.6.0rc2
  • 0.6.0rc1
  • 0.5.5
  • 0.5.4.1
  • 0.5.4
  • 0.5.3
  • 0.5.2
  • 0.5.1
40 results

CONTRIBUTING.md

Blame
  • Forked from leap / platform
    38 commits behind the upstream repository.
    After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.
    CONTRIBUTING.md 565 B

    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