Skip to content

Conversation

@mdxabu
Copy link
Contributor

@mdxabu mdxabu commented Dec 27, 2023

I Fixed some Grammar and phrases in README.md file.
please go through that.

@codecov
Copy link

codecov bot commented Dec 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (24b73da) 76.64% compared to head (f8329a9) 76.69%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #167      +/-   ##
============================================
+ Coverage     76.64%   76.69%   +0.04%     
- Complexity      289      290       +1     
============================================
  Files            42       42              
  Lines           989      991       +2     
  Branches         43       43              
============================================
+ Hits            758      760       +2     
  Misses          206      206              
  Partials         25       25              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@felix-seifert felix-seifert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is nice that you help us to maintain the documentation. Often, people ignore the quality of the documentation or just forget some details. For landing your PR, please have a look at the comments I left and apply the necessary changes to your PR. Either revert the commented code or improve it slightly.

README.md Outdated
A small Java library for talking to GitHub/GitHub Enterprise and interacting with projects.

It supports authentication via simple access tokens, JWT endpoints and GitHub Apps (via private key).
It supports authentication via simple access tokens, JWT endpoints, and GitHub Apps (via private key).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usually, the comma you added is not needed (I am not sure whether correct grammar even accepts this comma). I only add this comma if it increases the readability if I list long items. Think of very long item, another very long item, and a third long item. In the above case, I would not add it.

README.md Outdated
It is also very light on GitHub, doing as few requests as necessary.

This library is maintained by @spotify/gjc-maintainers. If you have any questions, issues or need a
This library is maintained by @spotify/gjc-maintainers. If you have any questions, or issues or need a
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This additional or can be debated because questions and issues are for the verb have whereas the third item need a review has its own verb. If we actually decided to add this or, the used commas are confusing for me. I would also suggest to not introduce this change.

README.md Outdated
- Checkout on to master locally and pull the latest changes
- Run `mvn release:prepare`, this will generate 2 commits that will bump the version of the github-java-client
- Push these changes to master
- Push these changes to the master
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We either talk about pushing changes to master or to the master branch. You can consider changing the whole list to either one or the other option to keep consistency.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is still very confusing... Can you please address this? Probably just revert your change.

@mdxabu mdxabu requested a review from felix-seifert December 27, 2023 23:57
@mdxabu
Copy link
Contributor Author

mdxabu commented Dec 27, 2023

@felix-seifert Check now this PR

README.md Outdated
- Checkout on to master locally and pull the latest changes
- Run `mvn release:prepare`, this will generate 2 commits that will bump the version of the github-java-client
- Push these changes to master
- Push these changes to the master
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is still very confusing... Can you please address this? Probably just revert your change.

@mdxabu mdxabu requested a review from felix-seifert December 28, 2023 11:56
@mdxabu
Copy link
Contributor Author

mdxabu commented Dec 28, 2023

@felix-seifert See now

@felix-seifert felix-seifert merged commit 87dbc5e into spotify:master Dec 28, 2023
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.

2 participants