diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 060a4c453a..ddfbd41a46 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -10,7 +10,7 @@ The community adheres to the following principles: * Open: Pantheon is open source. See repository guidelines and CLA, below. * Welcoming and respectful: See Code of Conduct, below. * Transparent and accessible: Work and collaboration should be done in public. -* Merit: Ideas and contributions are accepted according to their technical merit and alignment with project [objectives], [scope], and [design principles]. +* Merit: Ideas and contributions are accepted according to their technical merit and alignment with project objectives and design principles. # Code of Conduct See [code of conduct] @@ -34,9 +34,6 @@ This document was influenced by the following: - OSSWatch Benevolent Dictator Governance Model, available at [oss watch benevolent dictator]. [CLA.md]: /CLA.md -[objectives]: /docs/architecture/objectives.md -[scope]: /docs/architecture/objectives.md -[design principles]: /docs/architecture/design-principles.md [community membership]: /docs/community/community-membership.md [code of conduct]: /CODE-OF-CONDUCT.md [oss watch benevolent dictator]: http://oss-watch.ac.uk/resources/benevolentdictatorgovernancemodel diff --git a/README.md b/README.md index 20d761bfbb..51af02a8b3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/PegasysEng/pantheon/blob/master/LICENSE) [ ![Download](https://api.bintray.com/packages/consensys/pegasys-repo/pantheon/images/download.svg) ](https://bintray.com/consensys/pegasys-repo/pantheon/_latestVersion) - TODO: Update Download links once artifacts are on bintray +Pantheon is an Apache 2.0 licensed, MainNet compatible, Ethereum client written in Java. ## Pantheon Users diff --git a/docs/architecture/design-principles.md b/docs/architecture/design-principles.md deleted file mode 100644 index f581bfa364..0000000000 --- a/docs/architecture/design-principles.md +++ /dev/null @@ -1,9 +0,0 @@ - -**TODO:** - -## Attribution - -This document was influenced by the following: -- Kubernetes principles.md, available at [kub governance] - -[kub governance]: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/architecture/principles.md diff --git a/docs/architecture/objectives.md b/docs/architecture/objectives.md deleted file mode 100644 index 7d214d08ca..0000000000 --- a/docs/architecture/objectives.md +++ /dev/null @@ -1,8 +0,0 @@ -**TODO:** - -## Attribution - -This document was influenced by the following: -- Kubernetes governance.md, available at [kub governance] - -[kub governance]: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/architecture/principles.md