Skip to content

Commit b6d9ec4

Browse files
committed
edit readme doc
1 parent c0c47fd commit b6d9ec4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 贡献代码
22

3+
**Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)
4+
35
如果您愿意的话,就可以参与到本项目里。
46
这里接受大家贡献翻译,修改或其它任何形式。
57
您可以审察已有的翻译,并提出保贵的修改意见或直接提交PR。
@@ -32,4 +34,4 @@ Gitbook会自动解析。
3234
你的提交最好满足:
3335

3436
* 详细的友好的提交信息,能够直观地说明改动内容。
35-
* 考虑使用`rebase``reset`等工具将你**本地**的提交合并成意义更明确的提交记录。这样历史会更漂亮 :)
37+
* 考虑使用`rebase``reset`等工具将你**本地**的提交合并成意义更明确的提交记录。这样历史会更漂亮 :)

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# TypeScript
22

3-
[![Build Status](https://travis-ci.org/zhongsp/TypeScript.svg?branch=master)](https://travis-ci.org/zhongsp/TypeScript)
3+
[![Build Status](https://travis-ci.org/zhongsp/TypeScript.svg?branch=master)](https://travis-ci.org/zhongsp/TypeScript) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
44

55
[TypeScript 2.2 发布!](https://blogs.msdn.microsoft.com/typescript/2017/02/22/announcing-typescript-2-2/)
66

7-
<img src="./misc/ts-2-1-release.jpg" alt="TypeScript Statistics" width="480" height="auto">
8-
9-
<img src="./misc/ts-2-0-npm-downloads.png" alt="TypeScript Statistics" width="480" height="auto">
7+
<img src="./misc/ts-2-1-release.jpg" alt="TypeScript Statistics" width="45%" height="auto"> <img src="./misc/ts-2-0-npm-downloads.png" alt="TypeScript Statistics" width="45%" height="auto">
108

119
TypeScript是JavaScript的超集并且能够编译输出为纯粹的JavaScript. <http://www.typescriptlang.org>
1210

0 commit comments

Comments
 (0)