Skip to content

Add support section to README#179

Merged
bomly-guy merged 2 commits into
mainfrom
codex/add-readme-support-link
Jun 18, 2026
Merged

Add support section to README#179
bomly-guy merged 2 commits into
mainfrom
codex/add-readme-support-link

Conversation

@bomly-guy

@bomly-guy bomly-guy commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

Summary

Adds a short support section near the bottom of the Bomly CLI README. The section points readers to ways they can support the open-source project, including feedback, issues, contributions, and sponsorship.

Validation

  • git diff --check -- README.md

Summary by CodeRabbit

  • Documentation
    • Added a new Support section to the README documenting multiple ways to support the project, including starring the repository, sharing feedback, opening issues, contributing improvements, and sponsoring maintenance efforts.

@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

A new ## Support section is added to README.md after the existing Documentation list. It describes ways to support the project (starring, sharing feedback, opening issues, contributing, or sponsoring) and includes a "Support Bomly" link.

Changes

README Support Section

Layer / File(s) Summary
Support section addition
README.md
Adds a ## Support heading with descriptive text and a sponsorship link inserted after the Documentation section.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding a support section to the README file, which aligns with the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/add-readme-support-link

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions

github-actions Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Bomly Diff Summary

Compared 7cf132a6f3a2cf1d26aa04f75b0bcacbb095bf62 to 8be6dbd2e86f3ab9580f55243877d5278c196578.

Overview

Status Manifests Dependencies Findings Duration
✅ Pass +0 / ~0 / -0 +0 / ~0 / -0 0 introduced / 0 persisted / 0 resolved 67639ms

Dependency Changes

✅ No dependency changes.

Vulnerabilities

✅ No vulnerability changes.

License Changes

✅ No license changes.

Project Posture

✅ No project posture changes (or --matchers +scorecard was not selected).

Policy Findings

✅ No policy differences were identified.

@bomly-guy bomly-guy marked this pull request as ready for review June 18, 2026 21:42

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@README.md`:
- Around line 210-214: The link in the Support section that references
https://bomly.dev/support is broken and returns a 404 error. Update the URL in
the "See [Support Bomly]" markdown link to point to a valid support or
sponsorship page for the Bomly project. Verify the new URL is correct and
accessible before merging.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: c90bd101-87c1-46a5-bf78-c4768ccb6c22

📥 Commits

Reviewing files that changed from the base of the PR and between 7cf132a and 8be6dbd.

📒 Files selected for processing (1)
  • README.md

Comment thread README.md
Comment on lines +210 to +214
## Support

Bomly is an open-source project. If you find it useful, you can support the project by starring the repository, sharing feedback, opening issues, contributing improvements, or sponsoring ongoing maintenance.

See [Support Bomly](https://bomly.dev/support).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Description: Verify the external support link is accessible and returns a successful response.

# Test: Check HTTP status code for the support link
curl -s -I "https://bomly.dev/support" | head -1

Repository: bomly-dev/bomly-cli

Length of output: 76


Fix broken external link in Support section.

The link https://bomly.dev/support returns HTTP 404 (Not Found). Update the URL to point to a valid support/sponsorship page before merging.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` around lines 210 - 214, The link in the Support section that
references https://bomly.dev/support is broken and returns a 404 error. Update
the URL in the "See [Support Bomly]" markdown link to point to a valid support
or sponsorship page for the Bomly project. Verify the new URL is correct and
accessible before merging.

@bomly-guy bomly-guy merged commit 96f5af3 into main Jun 18, 2026
13 checks passed
@bomly-guy bomly-guy deleted the codex/add-readme-support-link branch June 18, 2026 22:21
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.

1 participant