From 4bfd84587755ab2d88c3d8e4874494115d0c6f9e Mon Sep 17 00:00:00 2001 From: mrT23 Date: Mon, 27 Jan 2025 10:07:30 +0200 Subject: [PATCH] docs: add wiki requirement notice for auto best practices feature --- docs/docs/core-abilities/auto_best_practices.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/core-abilities/auto_best_practices.md b/docs/docs/core-abilities/auto_best_practices.md index b9c9fba9..9bc34240 100644 --- a/docs/docs/core-abilities/auto_best_practices.md +++ b/docs/docs/core-abilities/auto_best_practices.md @@ -5,6 +5,7 @@ ![Auto best practice suggestion graph](https://www.qodo.ai/images/pr_agent/auto_best_practices_graph.png){width=684} +> Note - enabling a [Wiki](https://qodo-merge-docs.qodo.ai/usage-guide/enabling_a_wiki/) is required for this feature. ### Finding Code Problems - Exploration Phase @@ -17,7 +18,7 @@ The analysis intentionally takes a flexible, _exploratory_ approach to identify Qodo Merge features a novel [tracking system](https://qodo-merge-docs.qodo.ai/tools/improve/#suggestion-tracking) that automatically detects when PR authors implement AI-generated code suggestions. All accepted suggestions are aggregated in a repository-specific wiki page called [`.pr_agent_accepted_suggestions`](https://github.com/qodo-ai/pr-agent/wiki/.pr_agent_accepted_suggestions) -(Why Wiki - see [here](https://qodo-merge-docs.qodo.ai/usage-guide/enabling_a_wiki/#why-wiki)). + ### Learning and Applying Auto Best Practices