Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.58 KB

File metadata and controls

46 lines (30 loc) · 1.58 KB

Contributing to openclaw.ai

Thanks for taking the time to contribute.

What We Accept

We welcome focused contributions that improve the existing site, for example:

  • bug fixes
  • small UI polish that stays within the current design language
  • installer fixes
  • docs fixes tied to existing site behavior
  • broken links, typos, copy fixes

What We Do Not Accept

Please do not open PRs for any of the following unless a maintainer explicitly asked for them first:

  • unsolicited redesigns or homepage rewrites
  • visual rebrands, new navigation systems, or broad layout overhauls
  • unsolicited blog posts, articles, or marketing content
  • speculative product/content additions not requested by maintainers

Unsolicited content/editorial PRs and unsolicited redesign PRs will be closed.

Bun Is Not Supported

Do not submit PRs that add Bun to install instructions, quick-start examples, support matrices, or product messaging.

Bun has known compatibility issues in the OpenClaw stack and can break real integrations/plugins. PRs that present Bun as supported, recommended, or equivalent to the supported runtimes will be closed.

Before Opening a PR

  • keep scope tight
  • match the existing design and code style
  • open an issue first for anything non-trivial
  • if the change affects content, design direction, or information architecture, get maintainer approval before writing code

PR Guidelines

  • explain the problem being solved
  • include screenshots for UI changes
  • keep changes reviewable
  • avoid mixing unrelated fixes in one PR

If you are unsure whether something is in scope, ask first.