-
-
Notifications
You must be signed in to change notification settings - Fork 775
chore: set up Copilot instructions for Rspack repository #11336
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
Conversation
@hardfist 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
✅ Deploy Preview for rspack canceled.
|
|
…tory Co-authored-by: hardfist <[email protected]>
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 sets up comprehensive GitHub Copilot instructions to help the AI assistant understand the Rspack project structure and development workflow. The instructions provide essential context about Rspack as a high-performance Rust-based JavaScript bundler with webpack compatibility.
- Adds detailed project architecture documentation covering the monorepo structure with Rust crates and JavaScript packages
- Documents development environment setup requirements and key build/test commands
- Establishes file organization guidelines and contributing best practices
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This PR adds comprehensive GitHub Copilot instructions to help the AI coding assistant understand the Rspack project structure, development workflow, and best practices.
What's Added
Created
copilot-instructions.md
with detailed guidance covering:crates/
,packages/
,tests/
,examples/
, and other key directoriesWhy This Matters
Rspack is a complex polyglot monorepo that combines Rust performance with JavaScript ecosystem compatibility. These instructions will help Copilot:
The instructions follow GitHub's best practices for Copilot coding agent configuration and provide the context needed for effective AI-assisted development on this sophisticated bundler project.
Fixes #11335.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.