Browse Source

cleanup CONTRIBUTING.md, part of https://github.com/zramsay/tendermint/issues/7

pull/596/head
Zach Ramsay 7 years ago
parent
commit
f96771e753
2 changed files with 1 additions and 14 deletions
  1. +0
    -13
      CONTRIBUTING.md
  2. +1
    -1
      INSTALL.md

+ 0
- 13
CONTRIBUTING.md View File

@ -75,16 +75,3 @@ especially `go-p2p` and `go-rpc`, as their versions are referenced in tendermint
- push to release-vX.X.X to run the extended integration tests on the CI
- merge to master
- merge master back to develop
### Automation TODOs
- Push builds: docker, AMIs
- Update github.com/tendermint/tendermint-stable with latest master and vendored deps for debian releases
TODO: sign releases
## Docker
We provide docker images for `tendermint/tendermint` and others. See the [mintnet-kubernetes](https://github.com/tendermint/mintnet-kubernetes) repo for deploying Tendermint in containers with kubernetes.
Additionally, we use docker for local testnets as part of our [test suite](https://github.com/tendermint/tendermint/tree/master/test/p2p).

+ 1
- 1
INSTALL.md View File

@ -1 +1 @@
The installation guide has moved to the [docs directory](docs/guides/install-from-source) in order to easily be rendered by the website. Please update your links accordingly.
The installation guide has moved to the [docs directory](docs/guides/install-from-source.md) in order to easily be rendered by the website. Please update your links accordingly.

Loading…
Cancel
Save