docs: improve CONTRIBUTING.md for setup and testing clarity#23
Conversation
sm-28601
commented
Jan 20, 2026
- Added Git LFS requirement
- Clarified toolchain verification
- Updated testing section based on actual outputs
- Updated project structure for new contributors
There was a problem hiding this comment.
Pull request overview
This PR improves the CONTRIBUTING.md documentation by standardizing project naming, adding Git LFS setup instructions, and updating setup/testing procedures to match actual repository structure.
Changes:
- Standardized project name from "IRis" to "IRIS" throughout the document for consistency with README.md
- Added dedicated Git LFS setup section with installation and pull commands
- Removed references to non-existent test_tools.sh script and replaced with manual toolchain verification commands
- Updated project structure section to reflect current repository organization
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Looks good to me . |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Merging these changes. Thanks! |
|
@sm-28601 Please ensure all tests pass |
Fixed the formatting issue (extra blank space) that was causing CI to fail. |