Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dubbo] Proofread README.md file with multiple fixes #6807

Merged
merged 1 commit into from
Oct 15, 2020

Conversation

royadityak94
Copy link

Fixed typo, grammatical, punctuations, and semantic coherence to improve readability and content quality.

What is the purpose of the change

To improve the readability, content quality of the README.md file.

Brief changelog

Fixed typo, grammatical, punctuations, and semantic coherence.

Verifying this change

Doesn't impact the main codebase, and is entirely limited to the README.md file.

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Make sure there is a GITHUB_issue field for the change (usually before you start working on it). Trivial changes like typos do not require a GITHUB issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Format the pull request title like [Dubbo-XXX] Fix UnknownException when host config not exist #XXX. Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add sample in dubbo samples project.
  • Run mvn clean install -DskipTests=false & mvn clean test-compile failsafe:integration-test to make sure unit-test and integration-test pass.
  • If this contribution is large, please follow the Software Donation Guide.

Fixed typo, grammatical, punctuations, and semantic coherence to improve readability and content quality.

Signed-off-by: Aditya Kumar Roy <akroy@umass.edu>
@codecov-io
Copy link

codecov-io commented Oct 15, 2020

Codecov Report

Merging #6807 into master will decrease coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #6807      +/-   ##
============================================
- Coverage     59.11%   59.02%   -0.09%     
+ Complexity      509      507       -2     
============================================
  Files          1028     1028              
  Lines         41522    41522              
  Branches       6039     6039              
============================================
- Hits          24547    24510      -37     
- Misses        14203    14232      +29     
- Partials       2772     2780       +8     
Impacted Files Coverage Δ Complexity Δ
...rg/apache/dubbo/remoting/utils/PayloadDropper.java 15.38% <0.00%> (-30.77%) 0.00% <0.00%> (ø%)
...he/dubbo/common/threadpool/ThreadlessExecutor.java 52.17% <0.00%> (-10.87%) 0.00% <0.00%> (ø%)
.../apache/dubbo/rpc/protocol/AsyncToSyncInvoker.java 62.06% <0.00%> (-10.35%) 0.00% <0.00%> (ø%)
.../registry/multicast/MulticastServiceDiscovery.java 23.07% <0.00%> (-7.70%) 0.00% <0.00%> (ø%)
...e/dubbo/remoting/transport/netty/NettyChannel.java 55.68% <0.00%> (-4.55%) 20.00% <0.00%> (-1.00%)
.../apache/dubbo/remoting/transport/AbstractPeer.java 63.04% <0.00%> (-4.35%) 0.00% <0.00%> (ø%)
...dubbo/remoting/exchange/support/DefaultFuture.java 74.35% <0.00%> (-4.28%) 0.00% <0.00%> (ø%)
...a/org/apache/dubbo/monitor/dubbo/DubboMonitor.java 86.66% <0.00%> (-2.86%) 16.00% <0.00%> (-1.00%)
...ubbo/registry/client/ServiceDiscoveryRegistry.java 27.84% <0.00%> (-2.54%) 0.00% <0.00%> (ø%)
...pache/dubbo/registry/support/AbstractRegistry.java 79.25% <0.00%> (-1.49%) 0.00% <0.00%> (ø%)
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8d06e5e...375b5b7. Read the comment docs.

@royadityak94
Copy link
Author

@ralf0131, @htynkn: Can I request you to review my changes and merge them into the master branch.

@ralf0131 ralf0131 merged commit 4a8da59 into apache:master Oct 15, 2020
chickenlj pushed a commit to chickenlj/incubator-dubbo that referenced this pull request Nov 25, 2020
Fixed typo, grammatical, punctuations, and semantic coherence to improve readability and content quality.

Signed-off-by: Aditya Kumar Roy <akroy@umass.edu>
AlbumenJ added a commit to AlbumenJ/dubbo that referenced this pull request May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants