Skip to content

style: fix oxfmt formatting in CONTRIBUTING.md#29056

Closed
dominicnunez wants to merge 1 commit intoopenclaw:mainfrom
dominicnunez:fix/contributing-formatting
Closed

style: fix oxfmt formatting in CONTRIBUTING.md#29056
dominicnunez wants to merge 1 commit intoopenclaw:mainfrom
dominicnunez:fix/contributing-formatting

Conversation

@dominicnunez
Copy link
Copy Markdown
Contributor

@dominicnunez dominicnunez commented Feb 27, 2026

Summary

  • Fix trailing whitespace and unescaped underscore in the Josh Lehman entry (added by 2916152) that breaks oxfmt --check for every open PR

The check CI job fails on the format:check step for all PRs since this commit was merged. Confirmed by checking CI logs across multiple unrelated open PRs (#29050, #25045, #28993, #26821, #29011, #29031).

Test plan

  • oxfmt --check CONTRIBUTING.md passes after this change

🤖 AI-assisted (Claude Code). Fully tested — single oxfmt formatting fix.

Trailing whitespace and unescaped underscore in the Josh Lehman entry
added by 2916152 break oxfmt --check for every open PR.
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Feb 27, 2026

Greptile Summary

Fixed oxfmt --check failures blocking CI on all open PRs by correcting two formatting issues in CONTRIBUTING.md:

  • Removed trailing whitespace after the Jonathan Taylor contributor entry
  • Escaped underscore in Josh Lehman's X handle (@jlehman\_) to prevent markdown parsing issues

The changes align with the repository's formatting standards (oxfmt) and restore passing CI checks.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Trivial formatting-only changes that fix CI failures. The changes are syntactically correct (proper markdown escaping and whitespace cleanup) with no logical or functional impact beyond restoring passing format checks.
  • No files require special attention

Last reviewed commit: c173668

@christhomas
Copy link
Copy Markdown

I found the same issue which was blocking my branch too!

@dominicnunez
Copy link
Copy Markdown
Contributor Author

Fixed upstream in 3882b8a. Closing.

@dominicnunez dominicnunez deleted the fix/contributing-formatting branch February 27, 2026 19:23
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.

2 participants