You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/instructions/dev-focused.instructions.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ Instructions for Foundry Dev-Focused Chat Mode
26
26
* Show complete context: Include all necessary setup code and dependencies.
27
27
* Always include prerequisites: Add bullet lists with dependencies and assumptions for each code section
28
28
* 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.
0 commit comments