Skip to content

Commit

Permalink
add abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
liujiandong committed Feb 2, 2018
1 parent 2b6605f commit fa26613
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@
</pre>
<p><img src="img/ecma-logo.svg" id=ecma-logo></p>
<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>
<h1>关于与贡献</h1>
<p>该规范是 <a target="_blank" href="https://tc39.github.io/ecma262/">ECMAScript 规范</a>的中文翻译。当前版本对应 <a href="https://github.com/tc39/ecma262/commit/0525bb33861c7f4e9850f8a222c89642947c4b9c" target="_blank">0525bb3</a> 版本,我们的愿景是对该规范中文版本提供长期维护。目前翻译进度到第七章,有大量的 <a href="https://github.com/docschina/ecma262/pulls">Pull Requests</a> 需要校对,也希望有兴趣各路大神可参与该翻译的校对和审校工作。以下是一些参与贡献的渠道。</p>
<ul>
<li>GitHub Repository: <a href="https://github.com/tc39/ecma262">https://github.com/tc39/ecma262</a></li>
<li>Issues: <a href="https://github.com/tc39/ecma262/issues">All Issues</a>, <a href="https://github.com/tc39/ecma262/issues/new">File a New Issue</a></li>
<li>Pull Requests: <a href="https://github.com/tc39/ecma262/pulls">All Pull Requests</a>, <a href="https://github.com/tc39/ecma262/pulls/new">Create a New Pull Request</a></li>
<li>Test Suite: <a href="https://github.com/tc39/test262">Test262</a></li>
<li>Editor: Brian Terlson (<a href="mailto:brian.terlson at microsoft dot com">E-mail</a>, <a href="https://twitter.com/bterlson">Twitter</a>, <a href="https://github.com/bterlson">GitHub</a>)</li>
<li>GitHub 仓库: <a href="https://github.com/docschina/ecma262">https://github.com/docschina/ecma262</a></li>
<li>Issues: <a href="https://github.com/docschina/ecma262/issues">All Issues</a>, <a href="https://github.com/docschina/ecma262/issues/new"> Issue</a></li>
<li>Pull Requests: <a href="https://github.com/docschina/ecma262/pulls">All Pull Requests</a>, <a href="https://github.com/docschina/ecma262/pulls/new">提交 Pull Request</a></li>
<li>在线文档: <a href="https://ecma262.docschina.org/">正式版</a> <a href="https://realywithoutname.github.io/ecma262/">参考版</a> </li>
<li>维护者: realywithoutname (<a href="mailto:762022369@qq.com">邮箱</a>, <a href="https://github.com/realywithoutname">GitHub</a>)</li>
<li>
<p>Community:</p>
<ul>
<li>Mailing list: <a href="https://esdiscuss.org">es-discuss</a></li>
<li>IRC: <a href="ircs://irc.freenode.net:6667">#tc39</a> on <a href="https://freenode.net/kb/answer/chat">freenode</a></li>
</ul>
团队:印记中文(<a href="https://github.com/docschina">GitHub</a>,<a href="https://docschina.org/">网站</a>)
</li>
<li>
支持:<a href="https://cloud.tencent.com/">腾讯云</a></li>
<li>
主要贡献者:<a href="https://github.com/hijiangtao">hijiangtao</a> <a href="https://github.com/soulhat">soulhat</a> <a href="https://github.com/haowen737">haowen737</a> <a href="https://github.com/dear-lizhihua">lizhihua</a> <a href="https://github.com/lcxfs1991">lcxfs1991</a>
</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>
<emu-intro id="sec-intro">
<h1>介绍</h1>
Expand Down

0 comments on commit fa26613

Please sign in to comment.