-
Notifications
You must be signed in to change notification settings - Fork 176
Add copilot instructions #2010
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
Add copilot instructions #2010
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 GitHub Copilot agent instructions to AL-Go templates, enabling users to ask Copilot about AL-Go settings and configuration. The implementation follows GitHub's convention for Copilot agent files by placing them in .github/.agents/ directories with the .agent.md extension.
Key Changes
- Added copilot agent instruction files to both template types (AppSource App and Per Tenant Extension)
- Instructions guide Copilot to reference the AL-Go settings documentation and release notes
- Instructions specify that settings should be applied to
AL-Go-Settings.json
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Templates/AppSource App/.github/.agents/algo-settings.agent.md | Copilot instructions for AppSource App template providing guidance on AL-Go settings |
| Templates/Per Tenant Extension/.github/.agents/algo-settings.agent.md | Copilot instructions for Per Tenant Extension template providing guidance on AL-Go settings |
Note: I identified a spelling error in line 7 of both files where "inforomation" should be "information", but I was unable to create inline comments as these files were not available in the PR diff context provided to me. The spelling error appears in: "For additional inforomation about AL-Go" and should be corrected to "For additional information about AL-Go".
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
### ❔What, Why & How <!-- Include description of the changes that will help reviewers in their task --> Add agents files to AL-Go sync Follow up to #2010 ### ✅ Checklist - [ ] Add tests (E2E, unit tests) - [ ] Update RELEASENOTES.md - [ ] Update documentation (e.g. for new settings or scenarios) - [ ] Add telemetry <!-- Include more checklist entries, if needed -->
Add basic copilot instructions that makes it possible to ask Copilot about settings.