We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b6515 commit e7630fcCopy full SHA for e7630fc
1 file changed
CONTRIBUTING.md
@@ -0,0 +1,28 @@
1
+# How to contribute
2
+
3
+First, thanks for contribution!
4
5
+## Fix typos
6
7
+Submit pull requests to fix them.
8
9
+## Fix bad translation
10
11
12
13
+## Add new translations
14
15
+You could select one from [Help wanted issues](https://github.com/zhongsp/TypeScript/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22).
16
+Leave a comment for translating to avoid duplicate work.
17
18
+Or, you could add any topic related to TypeScript.
19
20
+Submit pull requests.
21
22
+## Lint your markdown content
23
24
+```sh
25
+npm install && npm test
26
+```
27
28
+Fix lint errors, then commit and push.
0 commit comments