You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The document now recommends using a local best_practices.md file in the repository root, but doesn't clearly explain the transition from the previous wiki-based approach. Users might be confused about whether existing wiki-based best practices files need migration.
Another option to give additional guidance to the AI model is by creating a `best_practices.md` file in your repository's root directory.
This page can contain a list of best practices, coding standards, and guidelines that are specific to your repo/organization.
The AI model will use this `best_practices.md` file as a reference, and in case the PR code violates any of the guidelines, it will create additional suggestions, with a dedicated label: `Organization
best practice`.
The added line mentions a "global best practices file" with a link to the global configuration file section, but that section doesn't specifically address best practices files. This could create confusion for users trying to follow the documentation.
4. Optionally, you can add organizational-level [global best practices file](https://qodo-merge-docs.qodo.ai/usage-guide/configuration_options/#global-configuration-file).
The link for global best practices points to the global configuration file section, which doesn't contain specific information about best practices files. Link to the appropriate section that explains global best practices in detail.
-4. Optionally, you can add organizational-level [global best practices file](https://qodo-merge-docs.qodo.ai/usage-guide/configuration_options/#global-configuration-file).+4. Optionally, you can add organizational-level [global best practices file](https://qodo-merge-docs.qodo.ai/tools/improve/#local-and-global-best-practices).
Apply this suggestion
Suggestion importance[1-10]: 8
__
Why: The suggestion correctly identifies that the link for global best practices points to an incorrect section. Updating it to point to the specific section about local and global best practices significantly improves documentation accuracy and user navigation.
Medium
Fix circular documentation reference
The link to the global configuration file documentation points to the same section as the text itself, creating a circular reference. Consider linking to a more specific section about best practices or removing the link if redundant.
-Then, create a `best_practices.md` file in the root of [global](https://qodo-merge-docs.qodo.ai/usage-guide/configuration_options/#global-configuration-file) configuration repository, `pr-agent-settings`.+Then, create a `best_practices.md` file in the root of the global configuration repository, `pr-agent-settings`.
Apply this suggestion
Suggestion importance[1-10]: 7
__
Why: The suggestion correctly identifies a circular reference in the documentation where the link points to the same section as the text itself. Removing this redundant link improves documentation clarity and prevents user confusion.
Medium
More
Author self-review: I have reviewed the PR code suggestions, and addressed the relevant ones.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
…rity
PR Type
Documentation
Description
Updated references to
best_practices.mdfor clarity.Removed emphasis on using wiki for best practices.
Added guidance on global best practices configuration.
Improved clarity in configuration and enabling wiki documentation.
Changes walkthrough 📝
improve.md
Clarified usage of `best_practices.md` in documentationdocs/docs/tools/improve.md
best_practices.mdfor clarity.configuration_options.md
Added guidance on global best practices configurationdocs/docs/usage-guide/configuration_options.md
enabling_a_wiki.md
Refined documentation on enabling and using wikisdocs/docs/usage-guide/enabling_a_wiki.md
best_practices.mdin wiki features.