Update README.md

Add contribution section to the readme
This commit is contained in:
Mohamed Hegazy
2014-07-17 10:08:24 -07:00
parent cdf53c58de
commit cdda6bf970
+11
View File
@@ -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)