[docs] Update copilot instructions: SmartSwitch architecture and PR template#23142
Merged
lihuay merged 1 commit intosonic-net:masterfrom Mar 21, 2026
Merged
[docs] Update copilot instructions: SmartSwitch architecture and PR template#23142lihuay merged 1 commit intosonic-net:masterfrom
lihuay merged 1 commit intosonic-net:masterfrom
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Always use .github/PULL_REQUEST_TEMPLATE.md when creating PRs. Fill in every section and mark appropriate checkboxes. Signed-off-by: Vasundhara Volam <[email protected]>
3689a26 to
caba84f
Compare
Collaborator
|
/azp run |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
8 tasks
lihuay
approved these changes
Mar 21, 2026
vrajeshe
pushed a commit
to vrajeshe/sonic-mgmt
that referenced
this pull request
Mar 23, 2026
…#23142) Always use .github/PULL_REQUEST_TEMPLATE.md when creating PRs. Fill in every section and mark appropriate checkboxes. Signed-off-by: Vasundhara Volam <[email protected]> Signed-off-by: Venkata Gouri Rajesh Etla <[email protected]>
ravaliyel
pushed a commit
to ravaliyel/sonic-mgmt
that referenced
this pull request
Mar 27, 2026
…#23142) Always use .github/PULL_REQUEST_TEMPLATE.md when creating PRs. Fill in every section and mark appropriate checkboxes. Signed-off-by: Vasundhara Volam <[email protected]>
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.
Description of PR
Summary:
Update
.github/copilot-instructions.mdto:tests/smartswitch/,ansible/golden_config_db/), including subtree details for common utilities, conftest, platform tests, and golden config DB files.duthost/dpuhosts,device_utils_dpu.py,DPU_CRITICAL_PROCESS_SKIP, golden config DB, and gNOI..github/PULL_REQUEST_TEMPLATE.mdfor all PRs.Type of change
Back port request
Approach
What is the motivation for this PR?
The copilot instructions lacked SmartSwitch / DPU context, making it harder for Copilot to give accurate suggestions when working in the
tests/smartswitch/area. Also, PRs were being created without the required template structure.How did you do it?
tests/smartswitch/andansible/golden_config_db/entries.PULL_REQUEST_TEMPLATE.md.How did you verify/test it?
Reviewed the updated instructions against the actual file structure
Any platform specific information?
N/A
Supported testbed topology if it's a new test case?
N/A — documentation only.
Documentation
Updates
.github/copilot-instructions.md— the Copilot workspace instructions file.Signed-off-by: Vasundhara Volam [email protected]