You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project and everyone participating in it is governed by the [Teku Code of Conduct](CODE-OF-CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [private@pegasys.tech].
23
+
This project and everyone participating in it is governed by the [Teku Code of Conduct](CODE-OF-CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [private[email protected]].
24
24
25
25
## I just have a quick question
26
26
27
-
You'll find us on [Discord] and that's the fastest way to get an answer.
27
+
You'll find us on [Discord] and that's the fastest way to get an answer.
28
28
29
29
## How To Contribute
30
30
@@ -88,7 +88,7 @@ Explain the problem and include additional details to help maintainers reproduce
88
88
Provide more context by answering these questions:
89
89
90
90
***Did the problem start happening recently** (e.g. after updating to a new version of the software) or was this always a problem?
91
-
* If the problem started happening recently, **can you reproduce the problem in an older version of the software?** What's the most recent version in which the problem doesn't happen?
91
+
* If the problem started happening recently, **can you reproduce the problem in an older version of the software?** What's the most recent version in which the problem doesn't happen?
92
92
***Can you reliably reproduce the issue?** If not, provide details about how often the problem happens and under which conditions it normally happens.
93
93
94
94
Include details about your configuration and environment:
@@ -105,7 +105,7 @@ Include details about your configuration and environment:
105
105
106
106
## Java Code Style Guide
107
107
108
-
We use Google's Java coding conventions for the project. To reformat code, run:
108
+
We use Google's Java coding conventions for the project. To reformat code, run:
109
109
110
110
```
111
111
./gradlew spotlessApply
@@ -122,6 +122,6 @@ We have a set of [coding conventions](https://wiki.hyperledger.org/display/BESU/
122
122
* Provide a summary on the first line with more details on additional lines as needed
Copy file name to clipboardExpand all lines: GOVERNANCE.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Overview
2
-
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.
2
+
This project is led by a benevolent dictator (ConsenSys) 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.
3
3
4
4
# Principles
5
5
6
6
The community adheres to the following principles:
7
7
* Open: Teku is open source. See repository guidelines and CLA, below.
8
8
* Welcoming and respectful: See Code of Conduct, below.
9
-
* Transparent and accessible: Work and collaboration should be done in public.
9
+
* Transparent and accessible: Work and collaboration should be done in public.
10
10
* Merit: Ideas and contributions are accepted according to their technical merit and alignment with project objectives and design principles.
11
11
12
12
# Code of Conduct
@@ -27,11 +27,11 @@ All contributors must sign the CLA, as described in [CLA.md].
27
27
28
28
This document was influenced by the following:
29
29
- Kubernetes community-membership.md, available at [kub community membership].
30
-
- Kubernetes governance.md, available at [kub governance]
31
-
- OSSWatch Benevolent Dictator Governance Model, available at [oss watch benevolent dictator].
30
+
- Kubernetes governance.md, available at [kub governance]
31
+
- OSSWatch Benevolent Dictator Governance Model, available at [oss watch benevolent dictator].
Any person from the public is able to access the code. The standard permissions grant the ability to view the code, view open bugs, access the wiki, download binaries, view CI results and comment on pull requests.
@@ -82,7 +82,7 @@ Code approvers are members that have signed an ICLA and have been granted additi
82
82
## Project Sponsor
83
83
The Project Sponsor role provides a user with the ability to contribute additional developer resources to the project. Project Sponsors must sign the ICLA.
84
84
85
-
**Defined by:**PegaSys
85
+
**Defined by:**ConsenSys
86
86
87
87
### Requirements
88
88
- Signed ICLA, as described in [CLA.md]
@@ -94,7 +94,7 @@ The Project Sponsor role provides a user with the ability to contribute addition
94
94
95
95
## Project Evangelist
96
96
The Project Evangelist role is for those who wish to promote the project to the outside world, but not actively contribute to it.
97
-
**Defined by:**PegaSys
97
+
**Defined by:**ConsenSys
98
98
99
99
### Requirements
100
100
- Includes all of the requirements of a Member user
0 commit comments