Conversation
mrm9084
commented
Mar 17, 2026
- Creates a Copilot Instructions file for this repo
- Creates a Skill for writing release notes
- Release Notes for Spring 6.0.0 as a sort of POC
There was a problem hiding this comment.
Pull request overview
Adds repository-wide Copilot guidance plus a dedicated “release notes” authoring skill, and seeds the releaseNotes/ area with 6.0.0 stable release entries for the Spring Cloud Azure App Configuration and Feature Management modules.
Changes:
- Added
.github/copilot-instructions.mddescribing repo structure and contribution guidance. - Added a new release-notes authoring skill at
.github/skills/release-notes/SKILL.md. - Added 6.0.0 stable release note entries to two Spring Cloud Azure release notes files.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
releaseNotes/SpringCloudAzureFeatureManagement.md |
Adds a 6.0.0 stable entry above the existing beta entry. |
releaseNotes/SpringCloudAzureAppConfigurationConfig.md |
Adds a 6.0.0 stable entry above the existing beta entry. |
.github/skills/release-notes/SKILL.md |
Introduces a skill doc with guidance and a product reference table for release note authoring. |
.github/copilot-instructions.md |
Introduces repo-level Copilot instructions covering structure, style, and security guidance. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
Thanks @mrm9084. If you can separate skills and spring release notes into two PRs, I can approve the former faster. |
Done, they were added as a sort of showing the skill in action. |
|
I still see 4 file changes in this PR |
Didn't realize copilot added links to the preview release. Should be good now. |