Update doc/CONTRIBUTING.md to request PRs on master

This doc should be removed in favor of the root-level CONTRIBUTING.md,
but this can be done later; this is just a quick fix to make sure we've
gotten rid of all references to the `Development` branch.
This commit is contained in:
Chris Beams 2018-01-23 09:45:13 +01:00
parent 5c3a770c8d
commit 31564e923c
No known key found for this signature in database
GPG key ID: 3D214F8F5BC5ED73

View file

@ -7,22 +7,22 @@ Pull requests
To contribute a patch, the workflow is as follows:
- Fork repository
- Create topic branch from Development branch
- Create topic branch from `master` branch
- Commit patches
Please do not make pull requests to the Master branch but always use the Development branch!
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.
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
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.
By contributing to this repository, you agree to license your work under the AGPL license.
Please include the bisq license header into your files.