-
Notifications
You must be signed in to change notification settings - Fork 322
Documentation updates #3402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation updates #3402
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds documentation for the Azure SDK for Rust's engineering system checks and dependency management strategy. It addresses issues #2043 and #2044 by providing clear guidance on pipeline checks and versioning conventions.
Key Changes:
- New documentation file describing the Rust-specific checks and tools used in the CI/CD pipeline
- Added versioning and dependency management guidelines to the contributing guide
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| eng/doc/checks.md | New documentation file detailing standard and Rust-specific checks including cargo fmt, clippy, check, doc, docs-rs, deny, and semver checks with command examples |
| CONTRIBUTING.md | Added "Releases" section documenting versioning conventions, workspace dependencies, and version increment strategies for Azure SDK for Rust libraries |
Some of this is what I get for not using a local editor with cspell Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Fixes #2043
Fixes #2044
Documents pipeline checks and outlines dependency/version strategy.