Thanks for your interest in contributing to ShardingSphere on Cloud!
# git clone https://github.com/<yourname>/shardingsphere-on-cloud.git # cd shardingsphere-on-cloud # git remote add upstream https://github.com/apache/shardingsphere-on-cloud.git # git remote -v origin https://github.com/<your name>/shardingsphere-on-cloud.git (fetch) origin https://github.com/<your name>/shardingsphere-on-cloud.git (push) upstream https://github.com/apache/shardingsphere-on-cloud.git (fetch) upstream https://github.com/apache/shardingsphere-on-cloud.git (push)
git checkout master git fetch upstream git rebase upstream/master git checkout -b futures-0.1.0-dev
git add <file> git commit -m 'commit log' git push origin futures-0.1.0-dev
<!-- Please answer these questions before submitting a pull request --> ### Type of change: <!-- Please delete options that are not relevant. --> - [ ] Bugfix - [ ] New feature provided - [ ] Improve performance - [ ] Backport patches ### What this PR does / why we need it: <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here. --> ### Pre-submission checklist: <!-- Please follow the requirements: 1. Test is required for the feat/fix PR, unless you have a good reason 2. Doc is required for the feat PR 3. Use "request review" to notify the reviewer once you have resolved the review --> * [ ] Did you explain what problem does this PR solve? Or what new features have been added? * [ ] Have you added corresponding test cases? * [ ] Have you modified the corresponding document?
Format: <type>(<scope>): <subject>
<scope>
is optional
fix(functions): fix group by string bug ^--^ ^------------^ | | | +-> Summary in present tense. | +-------> Type: chore, docs, feat, fix, refactor, style, or test.
More types:
feat
: new feature for the user.fix
: bug fix for the user.docs
: changes to the documentation.style
: formatting, missing semi colons, etc; no production code change.refactor
: refactoring production code, eg. renaming a variable.test
: adding missing tests, refactoring tests; no production code change.chore
: updating grunt tasks etc; no production code change.ShardingSphere Operator uses GitHub issues to track bugs. Please include necessary information and instructions to reproduce your issue.
Please refer to the CNCF Code of Conduct, which describes the expectations for interactions within the community.