Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Individual area #15

Merged
merged 5 commits into from
Apr 7, 2022
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 31 additions & 3 deletions charter.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ <h2 id=work>Work</h2>
<p>Documents for new features will be accompanied by test cases.


<h3 id=features>Feature Work</h3>
<h2 id=features>Feature Work</h2>

<p>The Community Group will seek to develop a shared understanding of
new features. In addition to improvements to feature design, the
Expand Down Expand Up @@ -212,10 +212,9 @@ <h3 id=features>Feature Work</h3>
<p>Repositories and documents related to discontinued work will be
modified to make their status clear and may be archived.


<h3 id=adopt>Document Adoption</h3>

Community Group Participants may propose that the Community Group adopt
<p>Community Group Participants may propose that the Community Group adopt
a document. The <a href=#chairs>Chairs</a> then seek to determine
whether the document is <a href=#scope>in scope</a> for the Community Group and if
there is <a href=#consensus>consensus</a> amongst Community
Expand Down Expand Up @@ -251,6 +250,35 @@ <h3 id=adopt>Document Adoption</h3>
<p>Chairs may provide resources, such as repositories, for potential new work or
work that is related to the mission of the Community Group.

<h3 id="individual-draft-management">Individual Draft Management</h3>

<p>Individuals or entities may bring relevant proposals to PATCG.
PATCG will set up and maintain <a
href="https://github.com/patcg-individual-drafts">a separate space</a> with <a
href="https://github.com/patcg/proposals" title="PATCG Proposals
Repository">name and instructions defined in the proposals repository</a>. Any
individual W3C or PATCG member may bring a proposal to that space with the
understanding it will be governed by W3C rules and the <a
href=https://www.w3.org/community/about/agreements/cla/>W3C Community
Contributor License Agreement (CLA)</a>. The proposal should also have a notice
on the `README.md` file at its base or on the document itself which clearly
states "This document is an individual draft proposal. It and does not represent a work item of the Private Advertising Technology
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. I'm not sure how the second sentence is supposed to be structured ("It and does not"). 2) Not sure why we're mentioning the (TBC) PATWG? 3) Is "work item" defined somewhere? I'm not opposed to saying it's not one, just perhaps you really mean "this proposal has not been officially adopted by the PATCG" or something.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I believe the WG thing was part of the original PR and then I mis-edited. I adopted your suggested text.

Community or Working Group."</p>

<p>The document's author or <a href=#chairs>Chairs</a> may propose that the
Community Group consider if a document in the space is potentially in scope. The
<a href=#chairs>Chairs</a> then shall determine whether the document is <a
href=#scope>in scope</a> for the Community Group and if so
it will be added to a list of relevant proposals for the community group's work
<a href="https://github.com/patcg/proposals" title="PATCG Proposals repository">in the PATCG proposals repository</a>
an create a repository under the individual contribution space.
ekr marked this conversation as resolved.
Show resolved Hide resolved
If the chairs determine the proposal is not in scope, its author will be requested
to move it to a different venue.
Documents which are determined to no longer be potentially in scope may
be removed by chairs.
</p>

<p>The Community Group may facilitate but will not prioritize meeting time for documents in the draft space.

<h2 id=process>Process</h2>

Expand Down