Skip to content

chore: add contributing guide, update CI workflows and Makefile#250

Merged
beer-1 merged 3 commits intomainfrom
docs/contributing-guide
Apr 7, 2026
Merged

chore: add contributing guide, update CI workflows and Makefile#250
beer-1 merged 3 commits intomainfrom
docs/contributing-guide

Conversation

@beer-1
Copy link
Copy Markdown
Member

@beer-1 beer-1 commented Apr 7, 2026

Summary

  • Add CONTRIBUTING.md with prerequisites, commit convention, branch naming, build/test/lint/fmt commands, and code generation guide
  • Update spellcheck.yml: switch to pip install codespell, add push trigger on main, update actions/checkout to v5, expand skip patterns
  • Add modernize-go.yml workflow for weekly go fix ./... with auto PR (excludes generated types/bcs.go)
  • Restructure Makefile fmt/lint targets: make lint (clippy), make fmt (rust-fmt + go-fmt + move-fmt), with individual make rust-fmt, make go-fmt, make move-fmt

Test plan

  • make lint runs clippy successfully
  • make fmt runs all formatters (rust, go, move)
  • make rust-fmt / make go-fmt / make move-fmt work individually
  • Spellcheck workflow triggers on PR and main push
  • Modernize Go workflow can be triggered manually

🤖 Generated with Claude Code

@beer-1 beer-1 requested a review from a team as a code owner April 7, 2026 01:03
@beer-1 beer-1 merged commit 704823d into main Apr 7, 2026
6 checks passed
@beer-1 beer-1 deleted the docs/contributing-guide branch April 7, 2026 01:40
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