-
Notifications
You must be signed in to change notification settings - Fork 687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancing Documentation and Updating Configuration for PR Descriptions #390
Conversation
- minor prompts change
/describe |
PR Analysis
PR Feedback
How to use
|
Enhancing Documentation and Updating Configuration for PR Descriptions
PR Type:
Documentation, Enhancement
PR Description:
This PR includes updates to the documentation and configuration settings for PR descriptions. The main changes are:
PR Main Files Walkthrough:
files:
pr_agent/tools/pr_description.py
: Added a new configuration option 'use_bullet_points' to the PR description settings.docs/IMPROVE.md
: Added a new section on code suggestions quality, providing guidance on how to use and interpret the suggestions.docs/REVIEW.md
: Added a new section on code suggestions quality, providing guidance on how to use and interpret the suggestions.pr_agent/settings/configuration.toml
: Added a new configuration option 'use_bullet_points' under the 'pr_description' section.pr_agent/settings/pr_description_prompts.toml
: Updated the PR Description prompt to include the use of bullet points based on the new configuration option.pr_agent/settings/pr_reviewer_prompts.toml
: Updated the prompts for code suggestions and feedback to reflect the new changes.