Skip to content

Commit 7007df7

Browse files
authored
Add section to success page on how to be notified
1 parent d5c26bd commit 7007df7

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

views/entity-agreement-success.hbs

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,17 @@
1515
<p>Contributions from GitHub users which are publicly associated with the <a href="https://github.com/{{organizationName}}">{{organizationName}} GitHub organization</a> will be able to contribute on behalf of {{entityName}}.
1616

1717
<p>Note that contributors will need to publicly display their affiliation with the {{organizationName}} organization. For more information on how to do this, see the GitHub help article, "<a href="https://help.github.com/articles/publicizing-or-hiding-organization-membership/">Publicizing or hiding organization membership</a>".
18+
19+
<h3>Notifications</h3>
20+
21+
<p>Notifications of WHATWG policy changes and of any <a href="https://whatwg.org/workstream-policy#review-draft">Review Draft</a> publications will be through GitHub issues and pull requests, which you can subscribe to by <a href="https://help.github.com/articles/watching-and-unwatching-repositories/">watching</a> appropriate repositories.
22+
23+
<p>To be notified of upcoming changes to WHATWG Policies, watch the <a href="https://github.com/whatwg/sg">whatwg/sg</a> repository; this is where WHATWG policies are maintained.
24+
25+
<p>To be notified when a Review Draft is published, watch the workstream repository for that Living Standard.
26+
27+
<p>Watching these repositories will generate many notifications related to ongoing WHATWG governance and standardization work, but you can filter using the subject-line prefixes "Policy Change:" or "Review Draft Publication:" if those specific events are all you are interested in.
28+
29+
<p>If you do not watch these repositories, you might miss important notifications that affect participation in the WHATWG. The notices generated by the repository are the only notices that the WHATWG will regularly provide regarding issues and pull requests (including changes to WHATWG policies and the posting of Review Drafts).
30+
31+
<p>Be sure to encourage anyone relevant in your organization, including the primary contact{{#if contact2}} and the secondary contact{{/if}}, to watch these repositories.
Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p>Thanks for submitting the participant agreement as an individual. Here is the data we have recorded for you:
22

3-
<h3>Public</h3>
3+
<h3>Public Data</h3>
44

55
<pre>{{publicData}}</pre>
66

@@ -10,10 +10,22 @@
1010

1111
<p>Note that for now your submission is marked as unverified. The first time you submit a pull request to a standard, the editor will be responsible for verifying that your submission is accurate and representative. After that, future pull requests to the workstreams you chose to participate in will be automatically marked as approved.
1212

13-
<h3>Private</h3>
13+
<h3>Private Data</h3>
1414

1515
<pre>{{privateData}}</pre>
1616

1717
<p>This private data is only accessible to the Steering Group, and is kept for our records.
1818

1919
<p>If you need to edit this private data in the future, please contact the Steering Group by email: <a href="mailto:{{steeringGroupEmail}}">{{steeringGroupEmail}}</a>.
20+
21+
<h3>Notifications</h3>
22+
23+
<p>Notifications of WHATWG policy changes and of any <a href="https://whatwg.org/workstream-policy#review-draft">Review Draft</a> publications will be through GitHub issues and pull requests, which you can subscribe to by <a href="https://help.github.com/articles/watching-and-unwatching-repositories/">watching</a> appropriate repositories.
24+
25+
<p>To be notified of upcoming changes to WHATWG Policies, watch the <a href="https://github.com/whatwg/sg">whatwg/sg</a> repository; this is where WHATWG policies are maintained.
26+
27+
<p>To be notified when a Review Draft is published, watch the workstream repository for that Living Standard.
28+
29+
<p>Watching these repositories will generate many notifications related to ongoing WHATWG governance and standardization work, but you can filter using the subject-line prefixes "Policy Change:" or "Review Draft Publication:" if those specific events are all you are interested in.
30+
31+
<p>If you do not watch these repositories, you might miss important notifications that affect participation in the WHATWG. The notices generated by the repository are the only notices that the WHATWG will regularly provide regarding issues and pull requests (including changes to WHATWG policies and the posting of Review Drafts).

0 commit comments

Comments
 (0)