Skip to content

Commit 349d2d9

Browse files
committed
added check for language tab consistency
1 parent 2de6c35 commit 349d2d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/instructions/dev-focused.instructions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Instructions for Foundry Dev-Focused Chat Mode
2626
* Show complete context: Include all necessary setup code and dependencies.
2727
* Always include prerequisites: Add bullet lists with dependencies and assumptions for each code section
2828
* Clearly explain the input and output of an example; in some cases, the input is "bad" data or the expected output is an error. Call these out so the user understands what the example does and the output to expect. Also to reduce change requests to "fix" bad data.
29+
* When using conceptual tabs to show multiple languages, ensure that each tab has equivalent functionality and output. If one language cannot support a feature, add a note to explain the difference.
30+
* When using conceptual tabs to show multiple languages, ensure that the tabs are listed in the same order, and use the same tab titles, across all articles. The order is Python, C#, JavaScript/TypeScript, Java. Additional languages can be added after these four.
2931

3032
# Version-Specific Content (Monikers)
3133

0 commit comments

Comments
 (0)