Skip to content

Commit 2c684cf

Browse files
authored
Update custom instructions to include code review (#56357)
1 parent 40ec30e commit 2c684cf

13 files changed

+75
-59
lines changed

content/copilot/get-started/choosing-your-enterprises-plan-for-github-copilot.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,7 @@ With {% data variables.copilot.copilot_enterprise_short %}, you can create **kno
5757

5858
With {% data variables.copilot.copilot_code-review_short %}, {% data variables.product.prodname_copilot_short %} can provide feedback on pull requests on {% data variables.product.github %}. How much you use this feature depends on the goals of your rollout. For example, if a goal is to increase velocity by accelerating approvals of pull requests, then you may be encouraging developers to use {% data variables.copilot.copilot_code-review_short %} as much as possible.
5959

60-
With {% data variables.copilot.copilot_enterprise_short %}, you can make {% data variables.product.prodname_copilot_short %}'s reviews more consistent across your repositories by adding **custom coding guidelines** written in natural language. {% data variables.product.prodname_copilot_short %} will give feedback based on the guidelines when it reviews code, which can increase developers' confidence in the reviews and allow you to encourage consistency in coding standards across teams.
61-
62-
{% data reusables.copilot.code-review.custom-coding-guidelines-prerequisites %}
63-
64-
{% data variables.copilot.copilot_enterprise_short %} also includes a higher allowance for premium requests, which include code reviews. To learn more, see [How much will we benefit from premium requests?](#how-much-will-we-benefit-from-premium-requests).
60+
{% data variables.copilot.copilot_enterprise_short %} includes a higher allowance for premium requests, which are used by {% data variables.copilot.copilot_code-review_short %}. To learn more, see [How much will we benefit from premium requests?](#how-much-will-we-benefit-from-premium-requests).
6561

6662
## How much will we benefit from premium requests?
6763

content/copilot/how-tos/agents/copilot-code-review/configuring-coding-guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ redirect_from:
1313
- /copilot/using-github-copilot/code-review/configuring-coding-guidelines
1414
---
1515

16-
{% data reusables.copilot.code-review.custom-coding-guidelines-prerequisites %}
16+
{% data reusables.copilot.code-review.custom-coding-guidelines-prerequisites %} See [AUTOTITLE](/copilot/how-tos/agents/copilot-code-review/using-copilot-code-review#customizing-copilots-reviews-with-custom-instructions).
1717

1818
## About coding guidelines
1919

content/copilot/how-tos/agents/copilot-code-review/using-copilot-code-review.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@ The current functionality and availability of the two types of review is summari
2929

3030
{% rowheaders %}
3131

32-
| | Review selection | Review changes |
33-
|------------------|------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
34-
| Available in | {% data variables.product.prodname_vscode %} | {% data variables.product.prodname_vscode %} and the {% data variables.product.github %} website |
35-
| Premium/standard feature | Standard feature available to all {% data variables.product.prodname_copilot_short %} subscribers | Premium feature. Available with the {% data variables.copilot.copilot_pro_short %}, {% data variables.copilot.copilot_pro_plus_short %}, {% data variables.copilot.copilot_business_short %}, and {% data variables.copilot.copilot_enterprise_short %} plans. Per-person monthly quota applies. |
36-
| Description | Initial review of a highlighted section of code with feedback and suggestions | Deeper review of all changes |
37-
| Language support | All | All |
38-
| Custom coding guidelines support | No | Yes, see [Customizing {% data variables.product.prodname_copilot_short %}'s reviews with coding guidelines](#customizing-copilots-reviews-with-coding-guidelines) |
32+
| | Review selection | Review changes |
33+
|----------------------------------|------------------|----------------|
34+
| Available in | {% data variables.product.prodname_vscode %} | {% data variables.product.prodname_vscode %} and the {% data variables.product.github %} website |
35+
| Premium/standard feature | Standard feature available to all {% data variables.product.prodname_copilot_short %} subscribers | Premium feature. Available with the {% data variables.copilot.copilot_pro_short %}, {% data variables.copilot.copilot_pro_plus_short %}, {% data variables.copilot.copilot_business_short %}, and {% data variables.copilot.copilot_enterprise_short %} plans. Per-person monthly quota applies. |
36+
| Description | Initial review of a highlighted section of code with feedback and suggestions | Deeper review of all changes |
37+
| Supported languages | All | All |
38+
| Custom instructions support | No | Yes, see [Customizing {% data variables.product.prodname_copilot_short %}'s reviews with custom instructions](#customizing-copilots-reviews-with-custom-instructions-1) |
39+
| Custom coding guidelines support | No | Yes, see [Customizing {% data variables.product.prodname_copilot_short %}'s reviews with coding guidelines](#customizing-copilots-reviews-with-coding-guidelines-1) |
3940

4041
{% endrowheaders %}
4142

0 commit comments

Comments
 (0)