Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Update links, emails and PegaSys references (#325)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Beiko <[email protected]>
  • Loading branch information
timbeiko authored Sep 8, 2020
1 parent 833f6ef commit 2eb9aa5
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 24 deletions.
8 changes: 4 additions & 4 deletions CLA.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Sign the CLA
=============

This page is the step-by-step guide to signing the Consensys AG
Individual Contributor License Agreement.
This page is the step-by-step guide to signing the Consensys Software Inc.
Individual Contributor License Agreement.

1. First and foremost, read [the current version of the CLA].
1. First and foremost, read [the current version of the CLA].
It is written to be as close to plain English as possible.

2. Make an account on [GitHub] if you don't already have one.
Expand All @@ -13,7 +13,7 @@ Individual Contributor License Agreement.
pre-requisite requiring to you read and sign the CLA.

If you have any questions, you can reach us on [Discord].

[GitHub]: https://github.com/
[the current version of the CLA]: https://gist.github.com/rojotek/978b48a5e8b68836856a8961d6887992
[Discord]: https://discord.gg/5U9Jwp7
4 changes: 2 additions & 2 deletions CODE-OF-CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at [private@pegasys.tech]. All
reported by contacting the project team at [private[email protected]]. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand All @@ -71,4 +71,4 @@ This Code of Conduct is adapted from the [Contributor Covenant], version 1.4,
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html

[Contributor Covenant]: https://www.contributor-covenant.org
[private@pegasys.tech]: mailto:private@pegasys.tech
[private[email protected]]: mailto:private[email protected]
2 changes: 1 addition & 1 deletion CODING-CONVENTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ EthSigner embraces typical Java idioms including using an Object Oriented approa
- Don't pass lambdas into executors because it makes it harder to identify the threading interactions. The lambda makes the code shorter but not clearer. Instead use a separate class or extract a method.
* For good examples, refer to the APIs the JDK itself exposes.

>**Note** If you're not sure what idiomatic Java looks like, start by following the typical patterns and naming used in this or other PegaSys codebases.
>**Note** If you're not sure what idiomatic Java looks like, start by following the typical patterns and naming used in this or other ConsenSys codebases.
## 2.3 You Ain't Gonna Need It (YAGNI)

Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ and feel free to propose changes to this document in a pull request.
## Code of Conduct

This project and everyone participating in it is governed by the [EthSigner Code of Conduct](CODE-OF-CONDUCT.md).
By participating, you are expected to uphold this code. Please report unacceptable behavior to [private@pegasys.tech].
By participating, you are expected to uphold this code. Please report unacceptable behavior to [private[email protected]].

## I just have a quick question

Expand Down Expand Up @@ -242,7 +242,7 @@ These are not strictly enforced during the build, but should be adhered to and c
| [`requires-changes`][search-label-requires-changes] | Pull requests which need to be updated based on review comments and then reviewed again. |
| [`needs engineering approval`][search-label-needs-engineering-approval] | Pull requests which need to be approved from a technical person, mainly documentation PRs. |

[private@pegasys.tech]: mailto:private@pegasys.tech
[private[email protected]]: mailto:private[email protected]
[Discord]: https://discord.gg/5U9Jwp7
[Github issues]: https://github.com/PegaSysEng/ethsigner/issues
[EthSigner documentation]: https://docs.ethsigner.pegasys.tech/
Expand Down
2 changes: 1 addition & 1 deletion GOVERNANCE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Overview
This project is led by a benevolent dictator (PegaSys) and managed by the community. That is, the
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
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EthSigner

A transaction signing application to be used with a web3 provider. All questions, queries and other discussion can be found on [Discord].
A transaction signing application to be used with a web3 provider. All questions, queries and other discussion can be found on [Discord].

## Issues

Expand All @@ -11,6 +11,9 @@ See our [contribution guidelines](CONTRIBUTING.md) for more detail on searching
## Users
* [User documentation](https://docs.ethsigner.pegasys.tech/)

## Chat
* [Discord]

## Developers
* [Contribution Guidelines](CONTRIBUTING.md)
* [Coding Conventions](CODING-CONVENTIONS.md)
Expand Down
24 changes: 11 additions & 13 deletions community/community-membership.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ this project.
| Everyone | none | anybody with a belly button
| Member | everyone who contributes - code or otherwise | EthSigner GitHub org member
| Approver | approve accepting contributions | write permissions on master
| Project Manager | management of the project | PegaSys
| Project Sponsor | contribute developer resources | PegaSys
| Open Source Circle | OSS support | PegaSys
| Project Evangelist | promote the project | PegaSys
| Benevolent Dictator | decision tie-breaker | PegaSys
| Project Manager | management of the project | ConsenSys
| Project Sponsor | contribute developer resources | ConsenSys
| Open Source Circle | OSS support | ConsenSys
| Project Evangelist | promote the project | ConsenSys
| Benevolent Dictator | decision tie-breaker | ConsenSys

## Everyone
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.
Expand Down Expand Up @@ -46,7 +46,6 @@ issues and PRs assigned to them.
- Authoring or reviewing PRs on GitHub
- Filing or commenting on issues on GitHub
- Contributing to community discussions (e.g. meetings, Slack, email discussion forums, Stack Overflow)
- Subscribed to [[email protected]]
- Joined [EthSigner Discord]
- Have read the [contributor guide]
- Signed ICLA, as described in [CLA.md]
Expand Down Expand Up @@ -88,7 +87,7 @@ Code approvers are members that have signed an ICLA and have been granted additi
## Project Manager
The Project Manager role provides the user with control over management aspects of the project.

**Defined by:** PegaSys
**Defined by:** ConsenSys

### Requirements
- Includes all of the requirements of a Member user
Expand All @@ -105,7 +104,7 @@ The Project Manager role provides the user with control over management aspects
## Project Sponsor
The Project Sponsor role provides a user with the ability to contribute additional developer resources to the project. Project Sponsors must sign the ICLA.

**Defined by:** PegaSys
**Defined by:** ConsenSys

### Requirements
- Signed ICLA, as described in [CLA.md]
Expand All @@ -117,7 +116,7 @@ The Project Sponsor role provides a user with the ability to contribute addition

## Open Source Circle
The Open Source Circle is a group that provides open source software support to projects.
**Defined by:** PegaSys
**Defined by:** ConsenSys

### Requirements
- Includes all of the requirements of a Member user
Expand All @@ -132,7 +131,7 @@ The Open Source Circle is a group that provides open source software support to

## Project Evangelist
The Project Evangelist role is for those who wish to promote the project to the outside world, but not actively contribute to it.
**Defined by:** PegaSys
**Defined by:** ConsenSys

### Requirements
- Includes all of the requirements of a Member user
Expand All @@ -158,8 +157,8 @@ The benevolent dictator, or project lead, is self-appointed. However, because th
## Attribution

This document is adapted from the following sources:
- Kubernetes community-membership.md, available at [kub community membership].
- OSSWatch Benevolent Dictator Governance Model, available at [oss watch benevolent dictator].
- Kubernetes community-membership.md, available at [kub community membership].
- OSSWatch Benevolent Dictator Governance Model, available at [oss watch benevolent dictator].

[CLA.md]: /CLA.md
[oss watch benevolent dictator]: http://oss-watch.ac.uk/resources/benevolentdictatorgovernancemodel
Expand All @@ -168,6 +167,5 @@ This document is adapted from the following sources:
[contributor guide]: /CONTRIBUTING.md
[New contributors]: /CONTRIBUTING.md
[two-factor authentication]: https://help.github.com/articles/about-two-factor-authentication
[[email protected]]: mailto:[email protected]
[EthSigner Discord]: https://discord.gg/5U9Jwp7
[EthSigner Documentation]: /docs

0 comments on commit 2eb9aa5

Please sign in to comment.