File tree Expand file tree Collapse file tree
Open diff view settings
Expand file tree Collapse file tree
Open diff view settings
Original file line number Diff line number Diff line change @@ -14,6 +14,17 @@ npm install -g typescript
1414tsc 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 )
You can’t perform that action at this time.
0 commit comments