smocean / eslint-zh

ESLint 中文网站
http://eslint.cn
MIT License
21 stars 17 forks source link

Better:docs/developer-guide/contributing/pull-requests #49

Open DavidDong93 opened 8 years ago

DavidDong93 commented 8 years ago

[docs/developer-guide/contributing/pull-requests] That decreases the likelihood that your code is going ***to get included* in a timely manner 它会降低你的代码及时地被收纳的可能性

DavidDong93 commented 8 years ago

You can create a new issue or just indicate you're working on an existing issue 你可以新建一个议题(issue)或者表明你正在对一个现存的议题进行工作

DavidDong93 commented 8 years ago

You should do all of your development for the issue in this branch 在这个分支中,你应该做你关于该议题的全部的开发工作

DavidDong93 commented 8 years ago

The commit message is\ properly formatted 提交的信息格式恰当**

DavidDong93 commented 8 years ago

Only one commit is allowed per pull request 每个合并请求(pull request)只能包含一个提交

DavidDong93 commented 8 years ago

Go to your ESLint fork and then\ follow the GitHub documentation on how to send a pull request 到你fork的 ESLint, 按照GitHub 文档 中关于如何发出一个合并请求(pull request)的说明去做**

DavidDong93 commented 8 years ago

Monitor the status of the Travis CI build for your pull request 监控Travis CI针对你的合并请求(pull request)所构建的状态

DavidDong93 commented 8 years ago

If it fails, please investigate why. We cannot merge pull requests that fail Travis for any reason. 如果它未能构建状态,请查明原因。我们不能合并那些因任何原因使Travis 未能构建状态的合并请求

DavidDong93 commented 8 years ago

This snippets*** adds* all your new changes, then amends the previous commit with them 这段代码会增加**你所有的新的变化,然后会修改之前的提交