This repository holds the public organization profile and the default community health files that GitHub
applies to every repository in the Consensys-Incorporated organization that does not provide its own copy.
| File | Where it applies |
|---|---|
SECURITY.md |
Default security policy. Shown on the Security tab of every repository in the organization, public or private, that has no SECURITY.md of its own. |
profile/README.md |
Rendered on the organization page. |
CODEOWNERS |
Review routing for this repository only. |
A repository's own file always takes precedence over the defaults kept here. GitHub looks for a community
health file in the repository's .github/ directory, then in its root, then in its docs/ directory, and
falls back to this repository only when none is found. LICENSE and README files are never inherited and
must live in each repository.
- Open a pull request. The code owners listed in
CODEOWNERSreview every change. - Keep the content evergreen: no personal names, dates, roadmaps, or per-project contact channels, and link to stable landing pages rather than deep links.
- Sign your commits and add a
Signed-off-bytrailer withgit commit -s, as required across the organization. - Repository access is managed as code by the organization administrators, not through the GitHub UI.
To report a vulnerability in any repository of this organization, email
Security-Report@Consensys.com or follow the steps in
SECURITY.md.