Skip to content

Commit 49d5ad5

Browse files
Update part4-custom-instructions.md
1 parent 648276f commit 49d5ad5

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

lab/part4-custom-instructions.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,14 @@ Here are some guidelines to consider when creating a Copilot instructions file:
3939
- UI should have a modern look and feel.
4040
- CSS should be in .razor.css files.
4141
```
42+
3. Start a new chat by clicking the `+` icon in the top right corner of the chat window.
4243

43-
3. [] Go back to Copilot Chat and re-run the prompt from Part 3, you can do this by pressing the up key. or
44+
![New chat](./images/5-new-edits.png)
45+
46+
4. [] Go back to Copilot Chat and re-run the prompt from Part 3, you can do this by pressing the up key. or
4447
i. [] Ask: `How would I implement getting and visualizing the products in a table using the code in #ProductService and the css required.`
4548
i. [] Review the code suggestion but don't implement it yet.
4649
i. [] Follow up with: `How would this look in a grid instead of a list?`
47-
4. [] Notice how the responses now incorporate your custom instructions.
50+
5. [] Notice how the responses now incorporate your custom instructions.
4851

4952
**Key Takeaway**: Custom instructions make Copilot's suggestions more aligned with your project standards and architecture preferences.

0 commit comments

Comments
 (0)