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

docs: fix typos in prebuilt-binaries.md and release-guide.md #4030

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

0xbryer
Copy link
Contributor

@0xbryer 0xbryer commented Nov 13, 2024

Overview

Description:
This pull request addresses two spelling errors in the documentation files:

  1. In docs/maintainers/prebuilt-binaries.md:

    • The word occured is corrected to occurred (with two "r"s).
  2. In docs/maintainers/release-guide.md:

    • The word relase is corrected to release (with an extra "e").

Importance:
These spelling corrections ensure that the documentation is accurate and professional. Correct spelling is important in maintaining clarity and trust in the documentation, especially for new contributors and users. It also improves searchability, as users may encounter issues when searching for these terms with the incorrect spelling.

The word occured is incorrect; the correct spelling is occurred (with two "r"s).
The word relase is incorrect; the correct spelling is release.
@0xbryer 0xbryer requested review from liamsi and a team as code owners November 13, 2024 15:50
@0xbryer 0xbryer requested review from rootulp and staheri14 and removed request for a team November 13, 2024 15:50
@celestia-bot celestia-bot requested a review from a team November 13, 2024 15:51
Copy link
Contributor

coderabbitai bot commented Nov 13, 2024

📝 Walkthrough

Walkthrough

The pull request includes updates to two documentation files: prebuilt-binaries.md and release-guide.md. The changes correct typographical errors and enhance instructions related to running GoReleaser and creating release candidates. Specifically, the command for running GoReleaser has been modified to include the --skip=validate option, and additional details regarding the GitHub owner and repository name have been specified. Minor textual corrections have also been made in the release guide to improve accuracy.

Changes

File Path Change Summary
docs/maintainers/prebuilt-binaries.md Corrected "that occured" to "that occurred"; updated GoReleaser command to include --skip=validate; specified GitHub owner and repository name.
docs/maintainers/release-guide.md Corrected "Set as a pre-relase" to "Set as a pre-release"; minor textual clarifications.

Possibly related PRs

  • docs: Rectify typographical inaccuracies #3675: This PR addresses typographical errors in documentation, similar to the corrections made in the main PR regarding the phrase "that occured" to "that occurred."
  • docs: fix grammar #3681: This PR also focuses on correcting grammatical issues in documentation, aligning with the main PR's objective of improving documentation clarity.
  • docs: release-guide link to release notes #3989: This PR updates the release-guide.md, which is also a documentation change, enhancing clarity and completeness, similar to the updates made in the main PR.
  • docs: fix bbr notes #4002: This PR improves the clarity of installation instructions in the README.md, which is related to enhancing user guidance, akin to the changes in the main PR.

Suggested labels

external

Suggested reviewers

  • liamsi
  • rootulp
  • cmwaters

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:

‼️ IMPORTANT
Auto-reply has been disabled for this repository in the CodeRabbit settings. The CodeRabbit bot will not respond to your replies unless it is explicitly tagged.

  • 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.

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)
docs/maintainers/prebuilt-binaries.md (1)

Line range hint 16-40: Consider documenting validation skip implications

While the addition of --skip=validate is well-documented, it would be helpful to briefly explain the potential risks or implications of skipping validation. This helps maintainers make informed decisions about when to use this option.

Consider adding a note like:

 1. [Optional] If you need to make any code changes to fix the issue that occurred when CI tried to generate and attach the prebuilt binaries, then you likely need to skip validation when running GoReleaser locally. To skip validation, modify the Makefile command like so:
+    Note: Skipping validation bypasses important checks. Only use this option when you're certain about the changes and understand the implications.
🧰 Tools
🪛 LanguageTool

[style] ~16-~16: Consider using a different verb for a more formal wording.
Context: ...If you need to make any code changes to fix the issue that occurred when CI tried t...

(FIX_RESOLVE)

📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between 62f232e and b1013a4.

📒 Files selected for processing (2)
  • docs/maintainers/prebuilt-binaries.md (1 hunks)
  • docs/maintainers/release-guide.md (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • docs/maintainers/release-guide.md
🧰 Additional context used
🪛 LanguageTool
docs/maintainers/prebuilt-binaries.md

[style] ~16-~16: Consider using a different verb for a more formal wording.
Context: ...If you need to make any code changes to fix the issue that occurred when CI tried t...

(FIX_RESOLVE)

🔇 Additional comments (2)
docs/maintainers/prebuilt-binaries.md (2)

16-16: LGTM: Spelling correction is accurate

The correction of "occurred" improves the documentation's accuracy and professionalism.

🧰 Tools
🪛 LanguageTool

[style] ~16-~16: Consider using a different verb for a more formal wording.
Context: ...If you need to make any code changes to fix the issue that occurred when CI tried t...

(FIX_RESOLVE)


Line range hint 41-46: Verify repository configuration and enhance documentation

The GitHub repository configuration looks correct, but let's verify and enhance the documentation.

Consider adding more context about these configuration values:

 1. Modify `.goreleaser.yaml` so that you can upload assets to the main repository:
+    Note: These values must match the target repository where you want to upload the assets.
+    For contributors working on forks, you'll need to modify these values accordingly.

     ```diff
     release:
       github:
         owner: celestiaorg
         name: celestia-app
     ```
✅ Verification successful

Repository configuration verified successfully

The GitHub repository configuration in the GoReleaser YAML matches the actual repository celestiaorg/celestia-app. The suggested documentation improvements would still be valuable for contributors working with forks.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Verify the repository details match the actual repository
gh repo view celestiaorg/celestia-app --json nameWithOwner -q .nameWithOwner

Length of output: 103

🧰 Tools
🪛 LanguageTool

[style] ~16-~16: Consider using a different verb for a more formal wording.
Context: ...If you need to make any code changes to fix the issue that occurred when CI tried t...

(FIX_RESOLVE)

@rootulp rootulp changed the title Fix spelling errors in prebuilt-binaries.md and release-guide.md docs: fix typos in prebuilt-binaries.md and release-guide.md Nov 13, 2024
@rootulp rootulp enabled auto-merge (squash) November 13, 2024 19:37
@0xbryer
Copy link
Contributor Author

0xbryer commented Nov 14, 2024

rootulp please merge it.

@rootulp
Copy link
Collaborator

rootulp commented Nov 14, 2024

This needs two approvals. After the second approval, it will auto-merge.

@rootulp rootulp requested review from rach-id, evan-forbes and ninabarbakadze and removed request for liamsi and staheri14 November 14, 2024 19:12
@rootulp rootulp merged commit 6b14d5a into celestiaorg:main Nov 14, 2024
30 of 31 checks passed
Copy link

gitpoap-bot bot commented Nov 14, 2024

Congrats, your important contribution to this open-source project has earned you a GitPOAP!

GitPOAP: 2024 Celestia Contributor:

GitPOAP: 2024 Celestia Contributor GitPOAP Badge

Head to gitpoap.io & connect your GitHub account to mint!

Learn more about GitPOAPs here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants