From 7f978832feb303f24896454a352d4fb8d8c6c3fe Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Tue, 3 Jan 2017 12:29:18 +0100 Subject: [PATCH] Add Contributing notes --- doc/CONTRIBUTING.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 doc/CONTRIBUTING.md diff --git a/doc/CONTRIBUTING.md b/doc/CONTRIBUTING.md new file mode 100644 index 0000000000..ae47f77033 --- /dev/null +++ b/doc/CONTRIBUTING.md @@ -0,0 +1,28 @@ +Contributing to Bitsquare +============================ + +Pull requests +-------------------- + +To contribute a patch, the workflow is as follows: + + - Fork repository + - Create topic branch from Development branch + - Commit patches + +Please do not make pull requests to the Master branch but always use the Development branch! + + +Copyright +--------- + +We are aiming to follow the principles and establish the workflow used at the Bitcoin Core project. +Please check out the [Bitcoin Core documentation](https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md) for more info. +The full workflow is not used yet as there are not enough dedicated developers, but as soon that situation changes we will move +to a model with ACK/NACK, code reviews and maintainer roles. + +Copyright +--------- + +By contributing to this repository, you agree to license your work under the AGPL license. +Please include the license header into your files.