Skip to content

Commit 3215c56

Browse files
Fix note typo
1 parent 3946b7b commit 3215c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/3-custom-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ We want to create a new endpoint to list all publishers, and to follow the same
174174

175175
15. Copilot generates the files. Notice how it generates updates across multiple files, like **publishers.py** and **test_publishers.py**
176176

177-
> ![NOTE]
177+
> [!NOTE]
178178
> Note that the code generated may diverge from some of the standards we set. AI tools like Copilot are non-deterministic, and may not always provide the same result. The other files in our codebase do not contain docstrings or comment headers, which could lead Copilot in another direction. Consistency is key, so making sure that your code follows the established patterns is important. You can always follow-up in chat and ask Copilot to follow your coding standards, which will help guide it in the right direction.
179179
180180
16. After reviewing the code, select **Keep** in Copilot Chat to accept the changes.

0 commit comments

Comments
 (0)