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

Fix: broken links detected in issue #1716 #1717

Merged

Conversation

juliogarciape
Copy link
Contributor

@juliogarciape juliogarciape commented Sep 15, 2024

1. Summary

Fixes #1716

2.Type of change

  • Bug fix (non-breaking change which fixes an issue)

3. Implementation details

  • The main README.md file in the badges section had a link to the GolangCI website, however the GolangCI web platform stopped working since 2020 causing this to get a 404 error, however GolangCI moved to Github Actions and this repo uses it, so a Github Actions badge was added and a new link was set in the repo that references the current workflow in GHA

  • The CONTRIBUTING.md links are broken because they send you to a relative path to open an issue so the link was changed to an absolute path in order to correctly redirect to the issues/new/choose option to choose first the template to be used when opening a new issue

  • The link to the README.md file in the x/mint/README.md directory is broken due to a syntax error in Markdown so the syntax was simply corrected

Summary by CodeRabbit

  • Documentation
    • Updated links in CONTRIBUTING.md for easier access to GitHub issue tracking.
    • Enhanced clarity in the CONTRIBUTING.md regarding submitting enhancement suggestions.
    • Updated the GolangCI badge link in the README.md for real-time project status.
    • Corrected hyperlink formatting in the x/mint/README.md for improved documentation usability.

Copy link

vercel bot commented Sep 15, 2024

@juliogarciape is attempting to deploy a commit to the quicksilver Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

coderabbitai bot commented Sep 15, 2024

Walkthrough

The changes involve updates to documentation files, specifically CONTRIBUTING.md, README.md, and x/mint/README.md. The CONTRIBUTING.md file has updated links to the GitHub issues page for better accessibility. The README.md file features an updated badge link for the GolangCI workflow, enhancing the project's CI visibility. Lastly, the x/mint/README.md file corrects a hyperlink formatting issue, ensuring proper link rendering.

Changes

File(s) Change Summary
CONTRIBUTING.md Updated links to point directly to the GitHub repository for issue tracking.
README.md Changed GolangCI badge link to point to the GitHub Actions workflow for dynamic status updates.
x/mint/README.md Corrected Markdown formatting for a hyperlink to the Minter abstraction documentation.

Possibly related PRs

🐇 In the land of code where bunnies hop,
Links were fixed, and badges pop!
A little tweak here, a change so bright,
Guiding contributors with delight.
Hooray for docs, so clear and neat,
Now every bunny can find their seat! 🥕


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Outside diff range and nitpick comments (1)
CONTRIBUTING.md (1)

76-76: LGTM, with a minor suggestion!

The change from a relative path to an absolute URL for the link to open a new issue is correct and consistent with the previous update.

Regarding the writing style, consider rephrasing the sentence to use a more professional alternative to "talk about", such as:

- ...r it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.) 
+ ...r it is a bug or not, we ask you not to discuss a bug yet and not to label the issue.)

This will help elevate the writing to a more professional tone.

Tools
LanguageTool

[style] ~76-~76: The phrase ‘talk about’ can be informal. To elevate your writing, consider using a more professional alternative.
Context: ...r it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.) ...

(TALK_ABOUT_DISCUSS)

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between cc48184 and ac795e6.

Files selected for processing (3)
  • CONTRIBUTING.md (4 hunks)
  • README.md (1 hunks)
  • x/mint/README.md (1 hunks)
Files skipped from review due to trivial changes (2)
  • README.md
  • x/mint/README.md
Additional context used
LanguageTool
CONTRIBUTING.md

[style] ~76-~76: The phrase ‘talk about’ can be informal. To elevate your writing, consider using a more professional alternative.
Context: ...r it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.) ...

(TALK_ABOUT_DISCUSS)

Additional comments not posted (3)
CONTRIBUTING.md (3)

39-39: LGTM!

The change from a relative path to an absolute URL for the link to open a new issue is correct and ensures that the link will work from any location.


61-61: LGTM!

The change from a relative path to an absolute URL with query parameters for the link to search existing bug reports is correct. The query parameters ensure that only relevant bug issues are shown, which enhances the user experience.


97-97: LGTM!

The changes to the link for searching existing enhancement suggestions and the link text clarifying how enhancement suggestions are tracked are correct and improve the documentation.

Also applies to: 103-103

Copy link

codecov bot commented Sep 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.41%. Comparing base (b41f72d) to head (52a7e59).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1717   +/-   ##
=======================================
  Coverage   63.41%   63.41%           
=======================================
  Files         194      194           
  Lines       13436    13436           
=======================================
  Hits         8521     8521           
  Misses       4097     4097           
  Partials      818      818           
Flag Coverage Δ
unittests 63.41% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@joe-bowman joe-bowman merged commit 03a2194 into quicksilver-zone:main Sep 26, 2024
14 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken Links Detected
2 participants