mirror of https://github.com/hyperledger/besu
An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
2.3 KiB
45 lines
2.3 KiB
6 years ago
|
This is a Work in Progress, documenting approximately how we have been operating up to this point.
|
||
|
|
||
|
# Overview
|
||
|
This project is led by a benevolent dictator (PegaSys) and managed by the community. That is, the community actively contributes to the day-to-day maintenance of the project, but the general strategic line is drawn by the benevolent dictator. In case of disagreement, they have the last word. It is the benevolent dictator’s job to resolve disputes within the community and to ensure that the project is able to progress in a coordinated way. In turn, it is the community’s job to guide the decisions of the benevolent dictator through active engagement and contribution.
|
||
|
|
||
|
|
||
|
# Principles
|
||
|
|
||
|
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].
|
||
|
|
||
|
# Code of Conduct
|
||
|
See [code of conduct]
|
||
|
|
||
|
# Community membership
|
||
|
|
||
|
See [community membership]
|
||
|
|
||
|
# Decision Making
|
||
|
Decision making will be handled by the Approvers (see [community membership]). If consensus cannot be reached, the Benevolent Dictator will provide the final word on the decision.
|
||
|
|
||
|
|
||
|
# CLA
|
||
|
|
||
|
All contributors must sign the CLA, as described in [CLA.md].
|
||
|
## Attribution
|
||
|
|
||
|
This document was influenced by the following:
|
||
|
- Kubernetes community-membership.md, available at [kub community membership].
|
||
|
- Kubernetes governance.md, available at [kub governance]
|
||
|
- 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
|
||
|
[kub community membership]: https://raw.githubusercontent.com/kubernetes/community/master/community-membership.md
|
||
|
[kub governance]:https://github.com/kubernetes/community/blob/master/governance.md
|