Skip to content

Commit cdda6bf

Browse files
committed
Update README.md
Add contribution section to the readme
1 parent cdf53c5 commit cdda6bf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ npm install -g typescript
1414
tsc hello.ts
1515
```
1616

17+
## Contribute
18+
19+
There are many ways to [contribute](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md) to TypeScript.
20+
* [Submit bugs](https://github.com/Microsoft/TypeScript/issues) and help us verify fixes as they are checked in.
21+
* Review the [source code changes](https://github.com/Microsoft/TypeScript/pulls).
22+
* Engage with other TypeScript users and developers on [StackOverflow](http://stackoverflow.com/questions/tagged/typescript).
23+
* Join the [#typescript](http://twitter.com/#!/search/realtime/%23typescript) discussion on Twitter.
24+
* [Contribute bug fixes](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md).
25+
* Read the language specification ([docx](http://go.microsoft.com/fwlink/?LinkId=267121), [pdf](http://go.microsoft.com/fwlink/?LinkId=267238)).
26+
27+
1728
## Documentation
1829

1930
* [Quick tutorial](http://www.typescriptlang.org/Tutorial)

0 commit comments

Comments
 (0)