Skip to content

Commit e7630fc

Browse files
committed
How to contribution. Fixed zhongsp#189.
1 parent 07b6515 commit e7630fc

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
Submit pull requests to fix them.
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

Comments
 (0)