File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,17 @@ npm install -g typescript
14
14
tsc hello.ts
15
15
```
16
16
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
+
17
28
## Documentation
18
29
19
30
* [ Quick tutorial] ( http://www.typescriptlang.org/Tutorial )
You can’t perform that action at this time.
0 commit comments