chore: sync markdown instructions to radius and ai-extensions#29
Open
brooke-hamilton wants to merge 1 commit into
Open
chore: sync markdown instructions to radius and ai-extensions#29brooke-hamilton wants to merge 1 commit into
brooke-hamilton wants to merge 1 commit into
Conversation
Bring the markdown authoring instructions over from radius-project/radius into sync-templates and add a sync mapping that distributes markdown.instructions.md to both radius-project/radius and radius-project/ai-extensions. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 9c407214-7278-4927-90ca-077274e4096c Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Brings the Markdown authoring instructions over from
radius-project/radiusintosync-templates/.github/instructions/and adds a sync mapping somarkdown.instructions.mdis distributed to bothradius-project/radiusandradius-project/ai-extensions.Reason for change
The
.githubrepo is the single source of truth for shared org files. The Markdown authoring conventions previously lived only in the radius repo. Centralizing them here lets the sync bot keep them consistent, and ai-extensions now needs the same conventions.The synced copy carries the standard "synced - DO NOT EDIT MANUALLY" banner (matching
shell.instructions.md) so downstream edits go to the source of truth.Note: the file content still references the radius-specific
radius-markdown-lintskill and rootpackage.json. It was brought over verbatim; these can be genericized later if needed for ai-extensions.How to test
Not directly testable in this repo. After merge to
main, the sync workflow runs and opens PRs inradius-project/radiusandradius-project/ai-extensionsadding/updating.github/instructions/markdown.instructions.md. The config change can be validated by confirming.github/sync.ymlparses (YAML) and the newsourcepath exists.File change summary
sync-templates/.github/instructions/markdown.instructions.md.github/sync.ymlradius-project/radiusandradius-project/ai-extensions.