Skip to content

Latest commit

 

History

History
128 lines (101 loc) · 7.69 KB

README.md

File metadata and controls

128 lines (101 loc) · 7.69 KB

OSS SDK Status

Language Version Build Coverage Stars Issues
Python Python-version Python-build Python-coverage Python-star Python-issue
Ruby Ruby-version Ruby-build Ruby-coverage Ruby-star Ruby-issue
JavaScript Javascript-version Javascript-build Javascript-coverage Javascript-star Javascript-issue
PHP Php-version Php-build Php-coverage Php-star Php-issue
C C-version C-build C-coverage C-star C-issue
Go Go-version Go-build Go-coverage Go-star Go-issue
Java Java-version Java-build Java-coverage Java-star Java-issue
C# Csharp-version Csharp-build Csharp-coverage Csharp-star Csharp-issue
C-Media C-media-version C-media-build C-media-coverage C-media-star C-media-issue
OSSFS Ossfs-version Ossfs-build Ossfs-coverage Ossfs-star Ossfs-issue

Development (OSS members only)

We prefer the branch way to the fork way, in order to run function tests in travis CI. DO NOT push directly to master branch unless you're making trivial changes such as fixing typo.

Clone

git clone [email protected]:aliyun/aliyun-oss-ruby-sdk.git

Branch

Pick a branch name for your change and then:

cd aliyun-oss-ruby-sdk
git branch refine-readme
git checkout refine-readme
# edit files
git add xxx
git commit -m "bla bla bla"

git push origin refine-readme

Pull request

Create a pull request from branch refine-readme to master:

Create PR

Follow the CLAAssistant and Sign CLA:

Sign CLA

Check the tests PASS and coverage DOES NOT DROP. Then Merge the pull request and delete the branch:

Accept PR Delete Branch