2017-06-27 01:29:51 +02:00
|
|
|
Contributing to bisq
|
2017-01-03 12:29:18 +01:00
|
|
|
============================
|
|
|
|
|
|
|
|
Pull requests
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
To contribute a patch, the workflow is as follows:
|
|
|
|
|
|
|
|
- Fork repository
|
2018-01-23 09:45:13 +01:00
|
|
|
- Create topic branch from `master` branch
|
2017-01-03 12:29:18 +01:00
|
|
|
- Commit patches
|
2018-01-23 09:45:13 +01:00
|
|
|
|
|
|
|
Submit your pull request from your topic branch to the `master` branch.
|
2017-01-03 12:29:18 +01:00
|
|
|
|
|
|
|
|
2017-02-07 10:05:15 -05:00
|
|
|
Workflow for merging code
|
2017-01-03 12:29:18 +01:00
|
|
|
---------
|
|
|
|
|
2018-01-23 09:45:13 +01:00
|
|
|
We are aiming to follow the principles and establish the workflow used at the Bitcoin Core project.
|
2017-01-03 12:29:18 +01:00
|
|
|
Please check out the [Bitcoin Core documentation](https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md) for more info.
|
2018-01-23 09:45:13 +01:00
|
|
|
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
|
2017-01-03 12:29:18 +01:00
|
|
|
to a model with ACK/NACK, code reviews and maintainer roles.
|
|
|
|
|
|
|
|
Copyright
|
|
|
|
---------
|
|
|
|
|
2018-01-23 09:45:13 +01:00
|
|
|
By contributing to this repository, you agree to license your work under the AGPL license.
|
2017-06-27 01:29:51 +02:00
|
|
|
Please include the bisq license header into your files.
|