-
Notifications
You must be signed in to change notification settings - Fork 69
chore(Copilot) Adds copilot instructions #3042
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
base: main
Are you sure you want to change the base?
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 comprehensive Copilot instructions to guide AI coding agents working on the LeafyGreen UI design system repository. The instructions aim to reduce build failures, validation errors, and rejected pull requests by providing detailed guidance on repository structure, development workflow, and coding practices.
Key changes:
- Creates
.github/copilot-instructions.md
with detailed repository guidance - Documents build system requirements, development commands, and validation pipeline
- Provides component development guidelines and package structure patterns
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
Size Change: 0 B Total Size: 1.99 MB ℹ️ View Unchanged
|
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
* Adds copilot instructions * Update .github/copilot-instructions.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
||
# Run tests | ||
pnpm test # All tests | ||
pnpm test --filter="@leafygreen-ui/*" # Specific scope |
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.
oops just noticed this
pnpm test --filter="@leafygreen-ui/*" # Specific scope | |
pnpm run test --filter="@leafygreen-ui/*" # Specific scope |
Creates
.github/copilot-instructions.md
which will be used by Copilot when reviewing PRsSee https://docs.github.com/en/copilot/how-tos/configure-custom-instructions/add-repository-instructions