Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Update howto docs to request PRs on master
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeams committed Jan 23, 2018
1 parent 8425580 commit b027d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exchange/howto/add-alternative-base-currency.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The Bisq brand must not be used in a public mainnet test phase. Re-brand the Bis

=== Step 5. Make a pull request

Make a pull request in GitHub to the Bisq `Development` branch.
Make a pull request in GitHub to the Bisq `master` branch. Submit your pull request from a topic branch in your fork, not from your fork's `master` branch.

If the PR gets merged the seed node operators and arbitrators will be assigned according the Bisq DAO process (requires lock up BSQ tokens as bond).

Expand Down
2 changes: 1 addition & 1 deletion exchange/howto/add-new-country.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ The first parameter is the https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
allLocales.add(new Locale("es", "PR", "")); // Puerto Rico


=== Step 3: Make a pull request to the Development branch
=== Step 3: Make a pull request to the `master` branch

Please see https://github.com/bisq-network/docs/blob/master/CONTRIBUTING.adoc[CONTRIBUTING.md] for detailed instructions.

0 comments on commit b027d09

Please sign in to comment.