-
Notifications
You must be signed in to change notification settings - Fork 6
Add copilot instructions #54
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
|
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 with the RLib Java utility library repository. The instructions provide practical orientation covering build system, dependencies, testing, and common development workflows.
Changes:
- Added detailed Copilot instructions document at
.github/copilot-instructions.mdcovering build setup, environment requirements, validation procedures, and agent behavior guidelines
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
.github/copilot-instructions.md
Outdated
| - Update the module's code, update tests, run `./gradlew clean build`, and ensure no other modules break. | ||
|
|
||
| Checks run prior to check-in (local replication) | ||
| - There are no repo-level GitHub Actions found; replicate CI by running: |
Copilot
AI
Jan 17, 2026
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.
This statement is inconsistent with line 16 which states "No GitHub Actions workflows detected in .github/workflows". A GitHub Actions workflow exists at .github/workflows/develop.yml that runs on the develop branch and includes compilation, testing, and coverage reporting. The instructions should provide accurate information about the existing CI workflow.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
|
|
Add copilot instructions