TypeScript/CONTRIBUTING.md
2018-08-07 09:46:41 +08:00

17 lines
353 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 如何贡献代码
首先,感谢你的奉献精神!步骤如下:
* 从队列中选择一项待翻译的条目。
[翻译列表](https://github.com/zhongsp/TypeScript/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
* Fork仓库添加译文最后检查Markdown风格
```sh
npm install
npm run lint
```
* 提交 Pull Request