Contributing to Bisq ============================ Pull requests -------------------- To contribute a patch, the workflow is as follows: - Fork repository - Create topic branch from `master` branch - Commit patches Submit your pull request from your topic branch to the `master` branch. Workflow for merging code --------- 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 that many dedicated developers yet, 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 bisq license header into your files. Compensation for your contributions --------- Bisq is not a company but operates as a [DAO](https://docs.bisq.network/dao/phase-zero.html). For any development work merged into the Bisq master branch you can file a [compensation request](https://github.com/bisq-network/compensation) and earn BSQ (the DAO native token). Learn more about the Bisq DAO at our [docs](https://docs.bisq.network/dao/phase-zero.html) pages.