mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
docs: add section on customizing best practices label in improve.md
This commit is contained in:
parent
4afe05761d
commit
6871e1b27a
1 changed files with 12 additions and 0 deletions
|
|
@ -259,6 +259,18 @@ Structure your `best_practices.md` file using the following format:
|
|||
...
|
||||
```
|
||||
|
||||
##### Dedicated label for best practices suggestions
|
||||
Best practice suggestions are labeled as `Organization best practice` by default.
|
||||
To customize this label, modify it in your configuration file:
|
||||
|
||||
```toml
|
||||
[best_practices]
|
||||
organization_name = ""
|
||||
```
|
||||
|
||||
And the label will be: `{organization_name} best practice`.
|
||||
|
||||
|
||||
##### Example results
|
||||
|
||||
{width=512}
|
||||
|
|
|
|||
Loading…
Reference in a new issue