Skip to content

Commit 876e719

Browse files
authored
Remove CCR from Xcode tab of custom instructions article (#57499)
1 parent 99eb884 commit 876e719

File tree

4 files changed

+38
-13
lines changed

4 files changed

+38
-13
lines changed

content/copilot/how-tos/configure-custom-instructions/add-organization-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ contentType: how-tos
1818
> [!NOTE]
1919
> This feature is currently in {% data variables.release-phases.public_preview %} and is subject to change.
2020
>
21-
> Organization custom instructions are currently only supported for {% data variables.copilot.copilot_chat_short %} on {% data variables.product.prodname_dotcom_the_website %} and {% data variables.copilot.copilot_code-review_short %}.
21+
> **Support:** Organization custom instructions are currently only supported for {% data variables.copilot.copilot_chat_short %} on {% data variables.product.prodname_dotcom_the_website %} and {% data variables.copilot.copilot_code-review_short %} on {% data variables.product.prodname_dotcom_the_website %}.
2222
2323
For an overview of the methods you can use to customize {% data variables.copilot.copilot_chat %} responses, see [AUTOTITLE](/copilot/concepts/about-customizing-github-copilot-chat-responses?tool=webui).
2424

content/copilot/how-tos/configure-custom-instructions/add-repository-instructions.md

Lines changed: 27 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,54 @@ redirect_from:
1919

2020
This version of this article is for using repository custom instructions on the {% data variables.product.github %} website. Click the tabs above for information on using custom instructions in other environments. <!-- markdownlint-disable-line MD027 -->
2121

22+
{% data reusables.copilot.repository-custom-instructions-support %}
23+
* **{% data variables.copilot.copilot_code-review_short %}**
24+
25+
{% data reusables.copilot.repository-custom-instructions-prerequisites %}
26+
2227
{% endwebui %}
2328

2429
{% vscode %}
2530

2631
This version of this article is for using repository custom instructions and prompt files in {% data variables.product.prodname_vscode_shortname %}. Click the tabs above for instructions on using custom instructions in other environments.
2732

33+
{% data reusables.copilot.repository-custom-instructions-support %}
34+
* **{% data variables.copilot.copilot_code-review_short %}**
35+
36+
{% data reusables.copilot.repository-custom-instructions-prerequisites %}
37+
2838
{% endvscode %}
2939

3040
{% visualstudio %}
3141

3242
This version of this article is for using repository custom instructions in {% data variables.product.prodname_vs %}. Click the tabs above for instructions on using custom instructions in other environments.
3343

44+
{% data reusables.copilot.repository-custom-instructions-support %}
45+
* **{% data variables.copilot.copilot_code-review_short %}**
46+
47+
{% data reusables.copilot.repository-custom-instructions-prerequisites %}
48+
3449
{% endvisualstudio %}
3550

3651
{% jetbrains %}
3752

3853
This version of this article is for using repository custom instructions in JetBrains IDEs. Click the tabs above for instructions on using custom instructions in other environments.
3954

55+
{% data reusables.copilot.repository-custom-instructions-support %}
56+
* **{% data variables.copilot.copilot_code-review_short %}**
57+
58+
{% data reusables.copilot.repository-custom-instructions-prerequisites %}
59+
4060
{% endjetbrains %}
4161

4262
{% xcode %}
4363

4464
This version of this article is for using repository custom instructions in Xcode. Click the tabs above for instructions on using custom instructions in other environments.
4565

66+
{% data reusables.copilot.repository-custom-instructions-support %}
67+
68+
{% data reusables.copilot.repository-custom-instructions-prerequisites %}
69+
4670
{% endxcode %}
4771

4872
{% eclipse %}
@@ -51,21 +75,12 @@ This version of this article is for using repository custom instructions in Xcod
5175
5276
This version of this article is for using repository custom instructions in Eclipse. Click the tabs above for instructions on using custom instructions in other environments.
5377

54-
{% endeclipse %}
55-
56-
## About repository custom instructions for {% data variables.product.prodname_copilot_short %}
57-
58-
Repository custom instructions let you provide {% data variables.product.prodname_copilot_short %} with repository-specific guidance and preferences.
59-
60-
Repository custom instructions are currently supported for:
61-
* **{% data variables.copilot.copilot_chat_short %}** in {% data variables.product.prodname_vscode_shortname %}
62-
* **{% data variables.copilot.copilot_chat_short %}** in {% data variables.product.prodname_vs %}, JetBrains IDEs, Xcode, Eclipse, and on the {% data variables.product.github %} website (`copilot-instructions.md` file only)
63-
* **{% data variables.copilot.copilot_coding_agent %}**
78+
{% data reusables.copilot.repository-custom-instructions-support %}
6479
* **{% data variables.copilot.copilot_code-review_short %}**
6580

66-
## Prerequisites for repository custom instructions
81+
{% data reusables.copilot.repository-custom-instructions-prerequisites %}
6782

68-
* You must have a custom instructions file (see the instructions below).
83+
{% endeclipse %}
6984

7085
{% webui %}
7186

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Prerequisites for repository custom instructions
2+
3+
* You must have a custom instructions file (see the instructions below).
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## About repository custom instructions for {% data variables.product.prodname_copilot_short %}
2+
3+
Repository custom instructions let you provide {% data variables.product.prodname_copilot_short %} with repository-specific guidance and preferences.
4+
5+
Repository custom instructions are currently supported for:
6+
* **{% data variables.copilot.copilot_coding_agent %}**
7+
* **{% data variables.copilot.copilot_chat_short %}**

0 commit comments

Comments
 (0)