Skip to content

Commit d68695b

Browse files
CopilotmarcpopMSFT
andcommitted
Add guidance for dotnet/templating dependencies to copilot instructions
Co-authored-by: marcpopMSFT <12663534+marcpopMSFT@users.noreply.github.com>
1 parent 3c1be38 commit d68695b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/copilot-instructions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ Localization:
2626

2727
Documentation:
2828
- Do not manually edit files under documentation/manpages/sdk as these are generated based on documentation and should not be manually modified.
29+
30+
External Dependencies:
31+
- Changes that require modifications to the dotnet/templating repository (Microsoft.TemplateEngine packages) should be made directly in that repository, not worked around in this repo.
32+
- The dotnet/templating repository owns the TemplateEngine.Edge, TemplateEngine.Abstractions, and related packages.
33+
- If a change requires updates to template engine behavior or formatting (e.g., DisplayName properties), file an issue in dotnet/templating and make the changes there rather than adding workarounds in this SDK repository.

0 commit comments

Comments
 (0)