Skip to content

ci: fix CONTRIBUTING.md oxfmt formatting#29040

Merged
vignesh07 merged 1 commit intoopenclaw:mainfrom
Bartok9:fix/contributing-oxfmt
Feb 27, 2026
Merged

ci: fix CONTRIBUTING.md oxfmt formatting#29040
vignesh07 merged 1 commit intoopenclaw:mainfrom
Bartok9:fix/contributing-oxfmt

Conversation

@Bartok9
Copy link
Copy Markdown
Contributor

@Bartok9 Bartok9 commented Feb 27, 2026

Summary

Fix formatting issues in CONTRIBUTING.md that cause CI to fail on all PRs.

Changes

  • Remove trailing blank line after Jonathan Taylor entry
  • Escape underscore in @jlehman_ X handle

Testing

  • Ran npx oxfmt --check CONTRIBUTING.md locally - passes

Fixes #29039


🤖 AI-assisted (Bartok via Clawdbot)

- Remove trailing blank line after Jonathan Taylor entry
- Escape underscore in @jlehman_ X handle

Fixes openclaw#29039
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Feb 27, 2026

Greptile Summary

Fixed oxfmt formatting issues in CONTRIBUTING.md that were causing CI failures on all PRs. The changes remove a trailing blank line and escape an underscore character to comply with the repository's formatting requirements.

  • Removed trailing whitespace after Jonathan Taylor's contributor entry
  • Escaped underscore in Josh Lehman's X handle (@jlehman\_) to ensure proper markdown rendering

The author verified the fix locally with npx oxfmt --check CONTRIBUTING.md. These are purely formatting changes with no impact on content or functionality.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • The changes are minimal, formatting-only, and verified to pass the formatter check locally. No logic, content, or functional changes were made.
  • No files require special attention

Last reviewed commit: dcd4db3

Copy link
Copy Markdown
Contributor

@jalehman jalehman left a comment

Choose a reason for hiding this comment

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

Thanks for the fix, this is the right one. Closes #29038

Copy link
Copy Markdown
Contributor

@jalehman jalehman left a comment

Choose a reason for hiding this comment

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

Verified locally — this is the correct fix. Reproduced the oxfmt failure on current main, applied this diff, and oxfmt --check CONTRIBUTING.md passes clean.

Both changes are needed:

  1. Delete the trailing-whitespace blank line (not just strip spaces)
  2. Escape underscore in @jlehman_@jlehman\_

Supersedes #29038 which only partially fixes the issue.

@vignesh07 vignesh07 merged commit 3882b8a into openclaw:main Feb 27, 2026
5 checks passed
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.

ci: CONTRIBUTING.md fails oxfmt --check, blocking all PR CI

3 participants