From cdda6bf97021ed0abbd5b900aff08ea41384dc92 Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Thu, 17 Jul 2014 10:08:24 -0700 Subject: [PATCH] Update README.md Add contribution section to the readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 384aeb7a2f8..7c62e394d91 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,17 @@ npm install -g typescript tsc hello.ts ``` +## Contribute + +There are many ways to [contribute](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md) to TypeScript. +* [Submit bugs](https://github.com/Microsoft/TypeScript/issues) and help us verify fixes as they are checked in. +* Review the [source code changes](https://github.com/Microsoft/TypeScript/pulls). +* Engage with other TypeScript users and developers on [StackOverflow](http://stackoverflow.com/questions/tagged/typescript). +* Join the [#typescript](http://twitter.com/#!/search/realtime/%23typescript) discussion on Twitter. +* [Contribute bug fixes](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md). +* Read the language specification ([docx](http://go.microsoft.com/fwlink/?LinkId=267121), [pdf](http://go.microsoft.com/fwlink/?LinkId=267238)). + + ## Documentation * [Quick tutorial](http://www.typescriptlang.org/Tutorial)