@@ -29,3 +29,32 @@ mailing list as well.
29
29
30
30
### Other useful links
31
31
* [ Public group email archive] ( https://lists.w3.org/Archives/Public/public-vc-wg/ )
32
+
33
+ ## Process Overview for VC Data Model Pull Requests
34
+ 1 . For now, we will focus only on merging new errata PRs into this repository,
35
+ but encourage activity related to new features.
36
+ 2 . Once a PR is opened, chairs and editors make judgement call on whether
37
+ changes are substantive or editorial.
38
+ ```
39
+ Editorial => mark with "editorial" tag
40
+ would be merged into branch "v1.1"
41
+ Substantive => mark with "substantial" tag
42
+ Bugfix |=> goes into separate branch "v1.2"
43
+ New Features |=> stays as an open PR?
44
+ ```
45
+ 3 . W3C CCG is notified of PRs that will be merged in the next 14 days if there
46
+ are no objections.
47
+ 4 . When it's determined a new reccomendation should go out, the W3C Verifiable
48
+ Credentials Working Group members meet, review all the PRs that have been
49
+ merged, and make a formal recommendation if agreement is reached.
50
+
51
+ ### Roadmap for 2021
52
+ - 1 editorial update (v1.1?)
53
+ - 1 substantive update (v1.2?)
54
+ - VC Test Suite Refactoring
55
+ - Start planning VC v2 Work, request a rechartering 3-6 months before end of year to keep VC WG funcitoning.
56
+
57
+ ### Focus areas
58
+ - [ v1] Fixing a specific bug
59
+ - [ v1] Update examples in the spec to make them modern
60
+ - [ v2] VC @context needs updating, possibly with security vocab modularized into smaller components instead of all included into a large context file.
0 commit comments