Skip to content

Conversation

schlich
Copy link

@schlich schlich commented Oct 15, 2025

This pull request updates the development workflow instructions in CONTRIBUTING.md to ensure consistency with the project's CI checks and to help contributors catch issues earlier. The changes clarify and strengthen requirements for formatting, linting, testing, and lockfile validation.

Updates to PR submission instructions:

  • Added --check flag to cargo fmt to verify formatting without modifying files
  • Added -D warnings flag to cargo clippy to treat warnings as errors
  • Added --all flag to cargo test to run tests across all workspace members
  • Added lockfile check command (cargo check --locked)
  • Included note about CI testing with multiple feature combinations

🤖 Generated with Claude Code

Updated the pre-submission checklist to match CI requirements more closely:
- Added --check flag to cargo fmt to verify formatting without modifying files
- Added -D warnings flag to cargo clippy to treat warnings as errors
- Added --all flag to cargo test to run tests across all workspace members
- Added lockfile check command (cargo check --locked)
- Included note about CI testing with multiple feature combinations

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
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