Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
iherman committed Nov 1, 2023
1 parent b243330 commit 5568557
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 1 deletion.
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @msporny @selfissued
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
All documents in this Repository are licensed by contributors
under the
[W3C Document License](https://www.w3.org/Consortium/Legal/copyright-documents).
[W3C Software and Document License](https://www.w3.org/Consortium/Legal/copyright-software).

46 changes: 46 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
## VC Controller Document

This specification describes the Controller Document used by different
components of Verifiable Credentials

We encourage contributions meeting the
[Contribution Guidelines](CONTRIBUTING.md). While we prefer the creation of
issues and Pull Requests in the GitHub repository, discussions also occur on the
[public-vc-wg](http://lists.w3.org/Archives/Public/public-vc-wg/) mailing list.

## Verifiable Credentials Working Group
* Group page: [https://www.w3.org/2017/vc/WG/](https://www.w3.org/2017/vc/WG/)
* Charter: [https://www.w3.org/2022/06/verifiable-credentials-wg-charter.html](https://www.w3.org/2022/06/verifiable-credentials-wg-charter.html)
* Chairs
* Brent Zundel - @brentzundel
* W3C Staff Contact
* Ivan Herman - @iherman

### Other Relevant Working Group Repositories
* [Use Cases](https://github.com/w3c/vc-use-cases)
* [Data Model](https://github.com/w3c/vc-data-model)
* [Data Integrity](https://github.com/w3c/vc-data-integrity)

### Discussion Forums
* [W3C Credentials Community Group Mailing List (Incubation)](https://lists.w3.org/Archives/Public/public-credentials/)
* [W3C Verifiable Credentials WG Mailing List (Standardization)](https://lists.w3.org/Archives/Public/public-vc-wg/)

## Process Overview for VC Data Model Pull Requests
1. Anyone can open a PR on the repository. Note that for the PR to be merged,
the individual must agree to the
[W3C Patent Policy](https://www.w3.org/Consortium/Patent-Policy/).
2. Once a PR is opened, it will be reviewed by the Editors and other WG
Members.
3. The W3C CCG is automatically notified of PRs as they are raised and
discussed.
4. PRs are usually merged in 7 days if there is adequate review and consensus,
as determined by the Chairs and Editors.

### Roadmap for 2022-2024

The VCWG has a set of
[deliverables](https://www.w3.org/2022/06/verifiable-credentials-wg-charter.html#deliverables)
and a
[timeline](https://www.w3.org/2022/06/verifiable-credentials-wg-charter.html#timeline)
listed in the most recent
[VCWG charter](https://www.w3.org/2022/06/verifiable-credentials-wg-charter.html)

0 comments on commit 5568557

Please sign in to comment.