Skip to content

Commit ad2d1c6

Browse files
authored
meta: Add Community section to readme.md
Includes a link to es-discuss and the IRC channel.
1 parent e5f0b2b commit ad2d1c6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
12
ECMAScript
23
====
34

45
## This repo
56

67
This repository contains the source for the current draft of ECMA-262,
7-
the ECMAScript® Language Specification.
8+
the ECMAScript® Language Specification.
89

910
This source is processed to obtain a human-readable version,
1011
which you can view [here](https://tc39.github.io/ecma262/).
@@ -25,3 +26,8 @@ Please see [Contributing to ECMAScript](/CONTRIBUTING.md) for the most up-to-dat
2526
## Developing the Specification
2627

2728
After cloning, do `npm install` to set up your environment. You can then do `npm run build` to build the spec or `npm run watch` to set up a continuous build. The results will appear in the `out` directory, which you can use `npm run clean` to delete.
29+
30+
## Community
31+
32+
* [Es-discuss mailing list](https://esdiscuss.org): Mailing list for ECMAScript discussions
33+
* IRC: #tc39 on Freenode ([instructions](https://freenode.net/kb/answer/chat))

0 commit comments

Comments
 (0)