From 5568557d7472de2b05ba5f21d808929181aa5dde Mon Sep 17 00:00:00 2001 From: Ivan Herman Date: Wed, 1 Nov 2023 17:41:12 +0100 Subject: [PATCH] Initial commit --- CODEOWNERS | 1 + LICENSE.md | 2 +- README.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 CODEOWNERS create mode 100644 README.md diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..00d6b9a --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @msporny @selfissued diff --git a/LICENSE.md b/LICENSE.md index 495d78c..0f7c218 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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). diff --git a/README.md b/README.md new file mode 100644 index 0000000..27d24d8 --- /dev/null +++ b/README.md @@ -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)