Skip to content

Commit 5bde641

Browse files
authored
Add links to the immersive view + add success surveys in custom instructions docs (#55258)
1 parent f8aba79 commit 5bde641

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

content/copilot/customizing-copilot/adding-organization-custom-instructions-for-github-copilot.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,13 @@ You can add organization custom instructions via your organization settings.
3535

3636
You can write your instructions in any format you prefer. For example, you can write them as a single block of text, each on a new line, or separated by blank lines.
3737
1. Click **Save changes**. Your instructions are now active, and will stay active until you change or remove them.
38+
39+
To see your instructions in action, go to [https://github.com/copilot](https://github.com/copilot) and start a conversation.
40+
41+
{% note %}
42+
43+
Did you successfully add custom instructions for your organization?
44+
45+
<a href="https://docs.github.io/success-test/yes.html" target="_blank" class="btn btn-outline mt-3 mr-3 no-underline"><span>Yes</span></a> <a href="https://docs.github.io/success-test/no.html" target="_blank" class="btn btn-outline mt-3 mr-3 no-underline"><span>No</span></a>
46+
47+
{% endnote %}

content/copilot/customizing-copilot/adding-personal-custom-instructions-for-github-copilot.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,20 @@ You can add personal custom instructions either in the Chat panel or in immersiv
2727

2828
1. In the top right of any page on {% data variables.product.github %}, either:
2929
* Click the **{% octicon "copilot" aria-label="Copilot" %}** icon to open the {% data variables.product.prodname_copilot_chat_short %} panel.
30-
* Click {% octicon "triangle-down" aria-label="The downwards triangle icon" %} next to the **{% octicon "copilot" aria-label="Copilot" %}** icon, then click **Immersive** to open {% data variables.product.prodname_copilot_chat_short %} in the full-page, immersive mode.
30+
* Click {% octicon "triangle-down" aria-label="The downwards triangle icon" %} next to the **{% octicon "copilot" aria-label="Copilot" %}** icon, then click **Immersive** to open {% data variables.product.prodname_copilot_chat_short %} in the full-page, immersive mode. You can also go directly to [https://github.com/copilot](https://github.com/copilot).
3131
1. Select the {% octicon "kebab-horizontal" aria-label="Open conversation options" %} dropdown menu at the top right of the Chat panel, or immersive page, then click **Personal instructions**.
3232
1. Add natural language instructions to the text box.
3333

3434
You can write your instructions in any format you prefer. For example, you can write them as a single block of text, each on a new line, or separated by blank lines.
3535
1. Optionally, click {% octicon "light-bulb" aria-label="The light-bulb icon" %} to view templates you can use for common instructions. If you click on one of the boxes, such as "Communication", instructions will be added to the text box with placeholders, such as `{format}` that you can replace with your preferences.
3636
1. Click **Save**. Your instructions are now active, and will stay active until you change or remove them.
37+
38+
To see your instructions in action, go to [https://github.com/copilot](https://github.com/copilot) and start a conversation.
39+
40+
{% note %}
41+
42+
Did you successfully add personal custom instructions?
43+
44+
<a href="https://docs.github.io/success-test/yes.html" target="_blank" class="btn btn-outline mt-3 mr-3 no-underline"><span>Yes</span></a> <a href="https://docs.github.io/success-test/no.html" target="_blank" class="btn btn-outline mt-3 mr-3 no-underline"><span>No</span></a>
45+
46+
{% endnote %}

content/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,17 @@ For an overview of the methods you can use to customize {% data variables.produc
141141

142142
1. Add natural language instructions to the file, in Markdown format.
143143

144-
Whitespace between instructions is ignored, so the instructions can be written as a single paragraph, each on a new line, or separated by blank lines for legibility.
144+
Whitespace between instructions is ignored, so the instructions can be written as a single paragraph, each on a new line, or separated by blank lines for legibility.{% webui %}
145+
146+
To see your instructions in action, go to [https://github.com/copilot](https://github.com/copilot), attach the repository containing the instructions file, and start a conversation.{% endwebui %}
147+
148+
{% note %}
149+
150+
Did you successfully add a custom instructions file to your repository?
151+
152+
<a href="https://docs.github.io/success-test/yes.html" target="_blank" class="btn btn-outline mt-3 mr-3 no-underline"><span>Yes</span></a> <a href="https://docs.github.io/success-test/no.html" target="_blank" class="btn btn-outline mt-3 mr-3 no-underline"><span>No</span></a>
153+
154+
{% endnote %}
145155

146156
## Writing effective repository custom instructions
147157

0 commit comments

Comments
 (0)