feat(pr_handler): Create PR title and description generation rules #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What?
Added a new feature to the PR handler to generate PR titles and descriptions based on the change type and scope.
Why?
This feature is necessary to provide a clear and concise summary of the changes made in each PR.
How?
The PR title is generated based on the change type and scope, while the description is generated in markdown format to describe the changes made in this diff.
Testing?
The generated PR title and description have been tested to ensure they are accurate and helpful.
Screenshots (optional)
None
Anything Else?
This is an AI generated pull request description.