Skip to content

Fix readme project name#25

Closed
sm-28601 wants to merge 3 commits into
pointblank-club:mainfrom
sm-28601:fix-readme-project-name
Closed

Fix readme project name#25
sm-28601 wants to merge 3 commits into
pointblank-club:mainfrom
sm-28601:fix-readme-project-name

Conversation

@sm-28601
Copy link
Copy Markdown
Contributor

This PR updates the project name IRIS to IRis across the README .

Fixes #24

Copilot AI review requested due to automatic review settings January 20, 2026 10:19
@github-actions github-actions Bot added documentation Improvements or additions to documentation size-M Size label for PR with 62 lines changed labels Jan 20, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 attempts to standardize the project name but introduces critical inconsistencies by changing the name in opposite directions across different files. The README.md changes "IRIS" to "IRis" while CONTRIBUTING.md changes "IRis" to "IRIS", creating confusion about the correct project name. Additionally, the PR includes unrelated documentation updates for Git LFS setup, toolchain verification, and project structure.

Changes:

  • Updated project name in README.md from "IRIS" to "IRis"
  • Updated project name in CONTRIBUTING.md from "IRis" to "IRIS" (opposite direction)
  • Added Git LFS setup documentation and warning section
  • Updated toolchain verification instructions from script-based to manual commands
  • Expanded and updated project structure documentation

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.

File Description
README.md Changed project title from "IRIS" to "IRis"
CONTRIBUTING.md Changed project name from "IRis" to "IRIS" throughout the file, added Git LFS documentation, updated toolchain verification to manual commands, and expanded project structure documentation

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
@@ -1,4 +1,4 @@
# IRIS — ML-Guided RISC-V Compiler Optimization
# IRis — ML-Guided RISC-V Compiler Optimization
Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent project name changes across files. This change renames the project from "IRIS" to "IRis" in README.md, but CONTRIBUTING.md changes go in the opposite direction (from "IRis" to "IRIS"). This creates confusion about the correct project name. The two files should use the same project name consistently.

Suggested change
# IRis — ML-Guided RISC-V Compiler Optimization
# IRIS — ML-Guided RISC-V Compiler Optimization

Copilot uses AI. Check for mistakes.
Comment thread CONTRIBUTING.md
Comment on lines +1 to +3
# Contributing to IRIS

Thank you for your interest in contributing to IRis! This document provides guidelines and instructions for contributing to this ML-powered compiler optimization project for RISC-V.
Thank you for your interest in contributing to IRIS! This document provides guidelines and instructions for contributing to this ML-powered compiler optimization project for RISC-V.
Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent project name changes across files. This change renames the project from "IRis" to "IRIS" in CONTRIBUTING.md, but README.md changes go in the opposite direction (from "IRIS" to "IRis"). This creates confusion about the correct project name. The two files should use the same project name consistently.

Copilot uses AI. Check for mistakes.
Comment thread CONTRIBUTING.md
Comment on lines +56 to +57
git clone https://github.com/your-username/IRIS.git
cd IRIS
Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent project name in repository URLs. These URLs use "IRIS" but the project name in README.md has been changed to "IRis". Ensure all references to the project name are consistent across documentation.

Copilot uses AI. Check for mistakes.
Comment thread CONTRIBUTING.md
└── iris-website/ # Full-stack web application
├── src/ # Next.js frontend
└── backend/ # Flask REST API
IRIS/
Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent project name in directory structure documentation. The root directory is named "IRIS/" but the project name in README.md has been changed to "IRis". Ensure all references to the project name are consistent across documentation.

Copilot uses AI. Check for mistakes.
Comment thread CONTRIBUTING.md
---

Thank you for contributing to IRis! Your efforts help advance ML-powered compiler optimization for the RISC-V ecosystem.
Thank you for contributing to IRIS! Your efforts help advance ML-powered compiler optimization for the RISC-V ecosystem.
Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent project name in closing statement. This uses "IRIS" but the project name in README.md has been changed to "IRis". Ensure all references to the project name are consistent across documentation.

Copilot uses AI. Check for mistakes.
@YashSuthar983
Copy link
Copy Markdown
Collaborator

@sm-28601 Sorry for your time, but we think IRIS is good.

@sm-28601 sm-28601 deleted the fix-readme-project-name branch January 23, 2026 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation size-M Size label for PR with 62 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change the name of the project from IRIS to IRis

3 participants