mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 22:45:21 +01:00
Add Contributing notes
This commit is contained in:
parent
1225d34302
commit
7f978832fe
1 changed files with 28 additions and 0 deletions
28
doc/CONTRIBUTING.md
Normal file
28
doc/CONTRIBUTING.md
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue