Link to dev tactical manual
This commit is contained in:
parent
3290919ff1
commit
2938497f02
13
README.md
13
README.md
|
@ -19,7 +19,18 @@ pip install <PYPI_NAME>
|
||||||
|
|
||||||
## Developer setup
|
## 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
|
```sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue