Skip to content

Commit

Permalink
Add links to master and next branches
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai committed Jul 18, 2019
1 parent 7821a02 commit b1b5df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ The main problem is that smart contracts should be heavily scrutinized before a

Thus, we use the following convention:

- Any change that can be release immediately, base on `master`
- Any change that should be staged for longer review (e.g. contract functionality changes pending security review), base on `next`
- Any change that can be release immediately, base on [`master`](https://github.com/aragon/aragon-apps/tree/master)
- Any change that should be staged for longer review (e.g. contract functionality changes pending security review), base on [`next`](https://github.com/aragon/aragon-apps/tree/next)

As `next` becomes ready, merge `next` onto `master` with a rebase.

Expand Down

0 comments on commit b1b5df0

Please sign in to comment.