Skip to content

Commit e948bab

Browse files
authored
Update copilot-instructions.md
Address breaking change feedback
1 parent f000dea commit e948bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ When creating a PR for an issue:
9494
1. Read the full issue and all linked references
9595
2. Study code samples from linked PRs for pre-release features
9696
3. For labeled issues:
97-
- **breaking-change:** Include breaking change guidance
97+
- **breaking-change:** For general .NET breaking changes, reference [Breaking changes in .NET](../dotnet/core/compatibility/breaking-changes). For ASP.NET Core-specific breaking changes, add details to the "What's new" release notes file for the corresponding .NET version in this repo (using includes if appropriate), and cross-link to the main .NET breaking changes page. If no content is needed for a given release, ensure the release notes still link to the main breaking changes resource.
9898
- **new-feature:** State which version introduced the feature
9999
- **bug:** Focus on correcting technical inaccuracies
100100
4. When you're assigned an issue, after you've completed your work and the workflows (status checks) have run, check to make sure there are no build warnings under the OpenPublishing.Build status check. If there are, open the build report (under View Details) and resolve any build warnings you introduced.

0 commit comments

Comments
 (0)