-
Notifications
You must be signed in to change notification settings - Fork 106
/
Copy pathmetablock.html
31 lines (30 loc) · 1.74 KB
/
metablock.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<div id=metadata-block>
<h1>Contributing to this Specification</h1>
<p>This specification is developed on GitHub with the help of the ECMAScript community. There are a number of ways to contribute to the development of this specification:</p>
<ul>
<li>GitHub Repository: <a href="https://github.com/tc39/ecma402">https://github.com/tc39/ecma402</a></li>
<li>Issues: <a href="https://github.com/tc39/ecma402/issues">All Issues</a>, <a href="https://github.com/tc39/ecma402/issues/new">File a New Issue</a></li>
<li>Pull Requests: <a href="https://github.com/tc39/ecma402/pulls">All Pull Requests</a>, <a href="https://github.com/tc39/ecma402/pulls/new">Create a New Pull Request</a></li>
<li>Test Suite: <a href="https://github.com/tc39/test262">Test262</a></li>
<li>TC39-TG2:
<ul>
<li>Convener: <a href="mailto:[email protected]">Shane F. Carr</a> (<a href="https://github.com/sffc">@sffc</a>)</li>
<li>Admin group: <a href="mailto:[email protected]">contact by email</a></li>
</ul>
</li>
<li>Editors:
<ul>
<li><a href="mailto:[email protected]">Richard Gibson</a> (<a href="https://github.com/gibson042">@gibson042</a>)</li>
<li><a href="mailto:[email protected]">Ujjwal Sharma</a> (<a href="https://github.com/ryzokuken">@ryzokuken</a>)</li>
</ul>
</li>
<li>
Community:
<ul>
<li>Matrix: <a href="https://matrix.to/#/#tc39:matrix.org">#tc39:matrix.org</a></li>
<li>Matrix: <a href="https://matrix.to/#/#tc39-ecma402:matrix.org">#tc39-ecma402:matrix.org</a></li>
</ul>
</li>
</ul>
<p>Refer to the <emu-xref href="#sec-colophon">colophon</emu-xref> for more information on how this document is created.</p>
</div>