Skip to content

fix: add Clever Cloud logo to Acknowledgments in README#2334

Merged
jcubic merged 1 commit into
mainfrom
clever-cloud-logo
May 25, 2026
Merged

fix: add Clever Cloud logo to Acknowledgments in README#2334
jcubic merged 1 commit into
mainfrom
clever-cloud-logo

Conversation

@jcubic

@jcubic jcubic commented May 24, 2026

Copy link
Copy Markdown
Member

I'm fixing a bug or typo

  • if this is your first time contributing, run npm run add-contributor and follow the prompts to add yourself to the README
  • squash merge the PR with commit message "fix: [Description of fix]"

I'm adding a parameter to an existing command X:

  • add parameter to the function in src/api/X.js (and src/commands/X.js if necessary)
  • document the parameter in the JSDoc comment above the function
  • add a test case in __tests__/test-X.js if possible
  • if this is your first time contributing, run npm run add-contributor and follow the prompts to add yourself to the README
  • read "Appendix A submodules" in the CONTRIBUTING.md document. Be sure to include submodule tests.

I'm adding a new command:

  • add as a new file in src/api (and src/commands if necessary)
  • add command to src/index.js
  • update __tests__/test-exports.js
  • create a test in src/__tests__
  • document the command with a JSDoc comment
  • add page to the Docs Sidebar website/sidebars.json
  • add page to the v1 Docs Sidebar website/versioned_sidebars/version-1.x-sidebars.json
  • if this is your first time contributing, run npm run add-contributor and follow the prompts to add yourself to the README
  • squash merge the PR with commit message "feat: Added 'X' command"
  • read "Appendix A submodules" in the CONTRIBUTING.md document. Be sure to include submodule tests.

Summary by CodeRabbit

  • Documentation
    • Added a new section in the README acknowledging the hosting infrastructure provider and their contribution to supporting CORS functionality.

Review Change Stack

@coderabbitai

coderabbitai Bot commented May 24, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 52c00e9b-e33d-4801-98b7-1875c4726c1b

📥 Commits

Reviewing files that changed from the base of the PR and between 328b1ba and 15ddaad.

⛔ Files ignored due to path filters (2)
  • .github/images/clever-cloud-dark.svg is excluded by !**/*.svg
  • .github/images/clever-cloud-light.svg is excluded by !**/*.svg
📒 Files selected for processing (1)
  • README.md

📝 Walkthrough

Walkthrough

README.md is updated with a new "Hosting (for CORS) provided by" acknowledgment section, crediting Clever Cloud with a hyperlink and logo image positioned between existing DNS and contributors sections.

Changes

README hosting acknowledgment

Layer / File(s) Summary
Hosting acknowledgment section
README.md
New "Hosting (for CORS) provided by" subsection added with Clever Cloud hyperlink and logo image markup.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

released

Poem

🐰 A cloud named Clever joins the crew,
With logo bright and link so true,
To host our CORS with care and grace,
The README now shows Clever's place! ☁️✨

🚥 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 summarizes the main change: adding a Clever Cloud logo to the Acknowledgments section in README, which aligns with the actual file modifications.
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 clever-cloud-logo

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@jcubic jcubic merged commit 89f441d into main May 25, 2026
9 of 10 checks passed
@jcubic jcubic deleted the clever-cloud-logo branch May 25, 2026 14:04
@jcubic

jcubic commented May 25, 2026

Copy link
Copy Markdown
Member Author

🎉 This PR is included in version 1.38.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

1 participant