Link to dev tactical manual

This commit is contained in:
Jason Carver 2018-01-25 17:21:42 -08:00
parent 3290919ff1
commit 2938497f02

View File

@ -19,7 +19,18 @@ pip install <PYPI_NAME>
## Developer setup
If you would like to hack on <REPO_NAME>, set up your dev environment with:
If you would like to hack on <REPO_NAME>, please check out the
[Ethereum Development Tactical Manual](https://github.com/pipermerriam/ethereum-dev-tactical-manual)
for information on how we do:
- Testing
- Pull Requests
- Code Style
- Documentation
### Development Environment Setup
You can set up your dev environment with:
```sh