Language | Version | Build | Coverage | Stars | Issues |
---|---|---|---|---|---|
Python | |||||
Ruby | |||||
JavaScript | |||||
PHP | |||||
C | |||||
Go | |||||
Java | |||||
C# | |||||
C-Media | |||||
OSSFS |
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.
git clone git@github.com:aliyun/aliyun-oss-ruby-sdk.git
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
Create a pull request from branch refine-readme
to master
:
Follow the CLAAssistant and Sign CLA:
Check the tests PASS and coverage DOES NOT DROP. Then Merge the pull request and delete the branch: