Skip to content

Commit

Permalink
Changes to GitHub organization and Working Group home
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Curran <[email protected]>
  • Loading branch information
swcurran committed Nov 4, 2022
1 parent 7ce5b61 commit 8cddd91
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 53 deletions.
8 changes: 4 additions & 4 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ Contributions to this repository are welcome.
All contributions must be submitted as pull requests. The handling of the pull
requests by the maintainers (Editors) of this repository are as defined in the
[Governance
section](https://anoncreds-wg.github.io/anoncreds-methods-registry/) of
section](https://hyperledger.github.io/anoncreds-methods-registry/) of
the [AnonCreds Objects Methods
Registry](https://anoncreds-wg.github.io/anoncreds-methods-registry/).
Registry](https://hyperledger.github.io/anoncreds-methods-registry/).

If you are adding an AnonCreds Methods Registry entry, please follow
[this
guidance](https://anoncreds-wg.github.io/anoncreds-methods-registry/#adding-a-registry-entry)
guidance](https://hyperledger.github.io/anoncreds-methods-registry/#adding-a-registry-entry)
on the registry webpage for doing that.

Questions, comments and suggestions are welcome via the [GitHub
issues](https://github.com/AnonCreds-WG/anoncreds-methods-registry/issues)
issues](https://github.com/hyperledger/anoncreds-methods-registry/issues)
section of this repository.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# The AnonCreds Methods Registry

![AnonCreds Logo](https://raw.githubusercontent.com/AnonCreds-WG/anoncreds-spec/main/spec/images/logo/anoncreds_logo_horizontal.svg)
![AnonCreds Logo](https://raw.githubusercontent.com/hyperledger/anoncreds-spec/main/spec/images/logo/anoncreds_logo_horizontal.svg)

This repository contains the source documents for the [AnonCreds Methods
Registry](https://anoncreds-wg.github.io/anoncreds-methods-registry).
Registry](https://hyperledger.github.io/anoncreds-methods-registry).
The registry is referenced in the [AnonCreds
Specification](https://anoncreds-wg.github.io/anoncreds-spec/). AnonCreds
Specification](https://hyperledger.github.io/anoncreds-spec/). AnonCreds
Methods are ways of registering and resolving AnonCreds objects on
specific Verifiable Data Registries (VDRs).

This repository and the registry are managed by the AnonCreds Specification Working Group. For more
details on the Working Group, see the ReadMe of the [AnonCreds Specification source repository](https://github.com/AnonCreds-WG/anoncreds-spec).
details on the Working Group, see the ReadMe of the [AnonCreds Specification source repository](https://github.com/hyperledger/anoncreds-spec).

For contributions, please see the [Contributing](Contributing.md) guidelines.
26 changes: 13 additions & 13 deletions docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "anoncreds-methods-registry",
"description": "AnonCreds Methods Registry",
"version": "1.0.0",
"homepage": "http://github.com/AnonCreds-WG",
"homepage": "http://github.com/hyperledger",
"license": "Apache 2",
"repository": {
"type": "git",
"url": "git://github.com/AnonCreds-WG/anoncreds-methods-registry"
"url": "git://github.com/hyperledger/anoncreds-methods-registry"
},
"dependencies": {
"spec-up": "^0.10.3"
Expand Down
6 changes: 3 additions & 3 deletions registry/adding_a_registry_entry.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ To add a new AnonCreds Methods Registry entry please:
- Review the [Governance](#governance) section of this document that describes
who can add/update registry entries, how such updates get approved and
applied.
- Create a pull request in the GitHub repository ([https://github.com/AnonCreds-WG/anoncreds-methods-registry](https://github.com/AnonCreds-WG/anoncreds-methods-registry)) that is the source for generating this webpage, by following these steps:
- Fork [the repository](https://github.com/AnonCreds-WG/anoncreds-methods-registry).
- In your local fork, copy the [`registry/method_template.md`](https://github.com/AnonCreds-WG/anoncreds-methods-registry/blob/main/registry/method_template.md) file
- Create a pull request in the GitHub repository ([https://github.com/hyperledger/anoncreds-methods-registry](https://github.com/hyperledger/anoncreds-methods-registry)) that is the source for generating this webpage, by following these steps:
- Fork [the repository](https://github.com/hyperledger/anoncreds-methods-registry).
- In your local fork, copy the [`registry/method_template.md`](https://github.com/hyperledger/anoncreds-methods-registry/blob/main/registry/method_template.md) file
to a new file in the same `registry` folder, named as appropriate for the new
registry entry, prefix `method_`, and `.md` extension.
- Update the new file for the AnonCreds Objects Methods
Expand Down
32 changes: 16 additions & 16 deletions registry/governance.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
## Governance

This registry is managed by the [AnonCreds Specification Working
Group](https://github.com/AnonCreds-WG). The contents of the registry is
Group](https://github.com/hyperledger). The contents of the registry is
maintained in a [GitHub
repository](https://github.com/AnonCreds-WG/anoncreds-methods-registry)
repository](https://github.com/hyperledger/anoncreds-methods-registry)
and managed through a pull request submission, review and approval process. The
details of how pull requests are managed is outlined in this Governance section
of the registry.

### Roles

- The **[AnonCreds Specification Working
Group](https://github.com/AnonCreds-WG)** is the governing authority over this
Group](https://github.com/hyperledger)** is the governing authority over this
repository. Its members collaborate to approve and merge pull requests that
result in changes to the Registry and the repository.

- **Editors** are individuals delegated by the [AnonCreds Specification Working
Group](https://github.com/AnonCreds-WG) to process issues and pull requests
Group](https://github.com/hyperledger) to process issues and pull requests
according to the rules defined in the [Pull Request
Handling](#pull-request-handling) section of this document. Editors are given
[GitHub Maintain and Admin
Expand Down Expand Up @@ -44,14 +44,14 @@ There are two types of content in the source repository for the registry:
AnonCreds methods.
- The format of the entries MUST adhere to the guidelines defined in the
[Method
Template](https://github.com/AnonCreds-WG/anoncreds-methods-registry/blob/main/registry/method_template.md),
Template](https://github.com/hyperledger/anoncreds-methods-registry/blob/main/registry/method_template.md),
as defined by the [AnonCreds Specification Working
Group](https://github.com/AnonCreds-WG).
Group](https://wiki.hyperledger.org/display/ANONCREDS/AnonCreds+Specification+Working+Group).

- All other content in the registry and [registry
repository](https://github.com/AnonCreds-WG/anoncreds-methods-registry)
repository](https://github.com/hyperledger/anoncreds-methods-registry)
- Such content is governed by the [AnonCreds Specification Working
Group](https://github.com/AnonCreds-WG), and
Group](https://wiki.hyperledger.org/display/ANONCREDS/AnonCreds+Specification+Working+Group), and
includes things like this Governance section of the registry, the format of
the method entries, how the registry is published, and so on.
- Anything about the management of the registry may be changed through an
Expand All @@ -60,16 +60,16 @@ Group](https://github.com/AnonCreds-WG), and
### Pull Request Handling

The [AnonCreds Specification Working
Group](https://github.com/AnonCreds-WG) MUST approve all changes to be merged
Group](https://wiki.hyperledger.org/display/ANONCREDS/AnonCreds+Specification+Working+Group) MUST approve all changes to be merged
into the registry (additions, updates and deletions) and to the rules for the
management (governance) of the registry.

The [AnonCreds Specification Working Group](https://github.com/AnonCreds-WG) has
The [AnonCreds Specification Working Group](https://wiki.hyperledger.org/display/ANONCREDS/AnonCreds+Specification+Working+Group) has
delegated to the Editors the authority to merge pull requests of any [type of
content](#types-of-content) as follows:

- Based on an explicit vote of the [AnonCreds Specification Working
Group](https://github.com/AnonCreds-WG) to merge the pull request; or
Group](https://wiki.hyperledger.org/display/ANONCREDS/AnonCreds+Specification+Working+Group) to merge the pull request; or
- When, in the judgement of the Editors, the change is simple editorial update
that improves the content of any type; or
- When the pull request is to add or update a Registry method entry, and, in the
Expand All @@ -80,21 +80,21 @@ Group](https://github.com/AnonCreds-WG) to merge the pull request; or
- there is some evidence that the submitter is related or sufficiently
familiar with the work being done on the method.

The [AnonCreds Specification Working Group](https://github.com/AnonCreds-WG) has
The [AnonCreds Specification Working Group](https://wiki.hyperledger.org/display/ANONCREDS/AnonCreds+Specification+Working+Group) has
delegated to the Editors the authority to cancel pull requests of either type of
content as follows:

- Based on an explicit vote of the [AnonCreds Specification Working
Group](https://github.com/AnonCreds-WG) to cancel the pull request; or
Group](https://wiki.hyperledger.org/display/ANONCREDS/AnonCreds+Specification+Working+Group) to cancel the pull request; or
- When, in the judgement of the Editors, the change is spam or a mistake, or
- When, in the judgement of the Editors, the change is a simple editorial update
that is either incorrect or does not improve the content

The [AnonCreds Specification Working Group](https://github.com/AnonCreds-WG) has
The [AnonCreds Specification Working Group](https://wiki.hyperledger.org/display/ANONCREDS/AnonCreds+Specification+Working+Group) has
delegated to the Editors the authority to raise (for discussion or vote) to the
[AnonCreds Specification Working Group](https://github.com/AnonCreds-WG) any
[AnonCreds Specification Working Group](https://wiki.hyperledger.org/display/ANONCREDS/AnonCreds+Specification+Working+Group) any
other pull requests. Prior to the raising of a pull request to the [AnonCreds
Specification Working Group](https://github.com/AnonCreds-WG) for processing,
Specification Working Group](https://wiki.hyperledger.org/display/ANONCREDS/AnonCreds+Specification+Working+Group) for processing,
the Editors (and any other contributor) may work with the submitter of the pull
request to clarify and/or improve the pull request such that it fits in the
categories above for merging or cancellation.
6 changes: 3 additions & 3 deletions registry/header.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AnonCreds Methods Registry

**Source Content:**

[https://github.com/AnonCreds-WG/anoncreds-methods-registry](https://github.com/AnonCreds-WG/anoncreds-methods-registry)
[https://github.com/hyperledger/anoncreds-methods-registry](https://github.com/hyperledger/anoncreds-methods-registry)

**Editors:**

Expand All @@ -18,8 +18,8 @@ AnonCreds Methods Registry

**Participate:**

~ [GitHub repo](https://github.com/AnonCreds-WG/anoncreds-methods-registry)
~ [Commit history](https://github.com/AnonCreds-WG/anoncreds-methods-registry/commits/main)
~ [GitHub repo](https://github.com/hyperledger/anoncreds-methods-registry)
~ [Commit history](https://github.com/hyperledger/anoncreds-methods-registry/commits/main)
~ [Discord](https://discord.gg/hYmBNhTFY9)

------------------------------------
2 changes: 1 addition & 1 deletion registry/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ document.

For more information about AnonCreds ZKP verifiable credentials, please see the
latest [AnonCreds
Specification](https://anoncreds-wg.github.io/anoncreds-spec/).
Specification](https://hyperledger.github.io/anoncreds-spec/).
4 changes: 2 additions & 2 deletions registry/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ evolved, as per the [registry governance rules](#governance).

The normative requirements for AnonCreds method specifications can be
found in the [AnonCreds
Specification](https://anoncreds-wg.github.io/anoncreds-spec/). AnonCreds
Specification](https://hyperledger.github.io/anoncreds-spec/). AnonCreds
methods that do not meet the guidelines as outlined in the [method entry
template](https://github.com/AnonCreds-WG/anoncreds-methods-registry)
template](https://github.com/hyperledger/anoncreds-methods-registry)
will not be accepted.
4 changes: 2 additions & 2 deletions registry/status_copyright_toc.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Status of This Registry

This document is a product of the [AnonCreds Working Group](https://github.com/AnonCreds-WG).
This document is a product of the [AnonCreds Working Group](https://github.com/hyperledger).
It represents the consensus of the AnonCreds community.

Information about the current status of this document, any errata,
and how to provide feedback on it may be obtained at
[https://github.com/AnonCreds-WG/anoncreds-methods-registry](https://github.com/AnonCreds-WG/anoncreds-methods-registry).
[https://github.com/hyperledger/anoncreds-methods-registry](https://github.com/hyperledger/anoncreds-methods-registry).

## Copyright Notice

Expand Down
6 changes: 3 additions & 3 deletions specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"adding_a_registry_entry.md",
"governance.md"
],
"logo": "https://raw.githubusercontent.com/AnonCreds-WG/anoncreds-spec/main/spec/images/logo/anoncreds_logo_horizontal.svg",
"logo_link": "https://github.com/AnonCreds-WG/anoncreds-methods-registry",
"logo": "https://raw.githubusercontent.com/hyperledger/anoncreds-spec/main/spec/images/logo/anoncreds_logo_horizontal.svg",
"logo_link": "https://github.com/hyperledger/anoncreds-methods-registry",
"source": {
"host": "github",
"account": "AnonCreds-WG",
"account": "hyperledger",
"repo": "anoncreds-methods-registry"
}
}
Expand Down

0 comments on commit 8cddd91

Please sign in to comment.