Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Add CONTRIBUTING.md (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeams committed Sep 7, 2017
1 parent b703678 commit d981ae7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Contributing to bisq-network Git repositories

This document contains general contributor guidelines that apply to all bisq-network Git repositories.

## Configure Git user name and email metadata

See https://help.github.com/articles/setting-your-username-in-git/ for instructions.

## Sign commits with GPG

See https://github.com/blog/2144-gpg-signature-verification for background and
https://help.github.com/articles/signing-commits-with-gpg/ for instructions.

## Write well-formed commit messages

See https://chris.beams.io/posts/git-commit/#seven-rules.

## Use an editor that supports Editorconfig

You'll find a `.editorconfig` in all bisq-network repositories. These settings ensure consistent management of whitespace, line-endings and more. See editorconfig.org for details.

0 comments on commit d981ae7

Please sign in to comment.