diff --git a/doc/README.md b/doc/README.md index 7bad54c..a53a2d0 100644 --- a/doc/README.md +++ b/doc/README.md @@ -3,5 +3,7 @@ - [Testing guide](testing.md) - [Troubleshooting](cookbook.md) - [Deployment flow](deployment_flow.md) +- [Development workflow](development_workflow.md) +- [Deployment flow](deployment_flow.md) - [Payout flow](payout_flow.md) - [Common sync issues](sync_issues.md) diff --git a/doc/testing.md b/doc/testing.md index f9dc7a1..45404d7 100644 --- a/doc/testing.md +++ b/doc/testing.md @@ -8,7 +8,7 @@ For testing you will need: * a web browser (Chrome is known to work, testing with others appreciated) * an Ethereum account on the Ropsten testnet * a Github account with administrative access to one or more repositories -* for approving bounty payouts you will additionally need access to an Ethereum wallet. So far, Mist and [MetaMask](https://metamask.io/) have been used, but anything that provides the web3 javascript interface should work. +* for approving bounty payouts you will additionally need access to an Ethereum wallet. ([MetaMask](https://metamask.io/) plugin) The developers can be reached on the `#openbounty` channel in the [Status slack](http://slack.status.im/).