Demo

Size
The pull request size is calculated based on the amount of lines changed. Customize how PR size is calculated in your workspace settings.Insights
This chart can help you measure and answer questions like:- Is the team striving for small Pull Requests?
- Is review or merge time slow because of big Pull Requests?
What good looks like
Ideally, most Pull Requests should be small or tiny.- They are easier to review.
- They have fewer bugs.
- They are picked up and approved faster.
- They have fewer merge conflicts.
How to improve
There are some strategies that can help your team aim for smaller Pull Requests.- Visit this data during retrospectives and discuss options with the team.
- Keep CI/CD process fast and painless.
- Break down tickets into smaller pieces.
- Try stacking Pull Requests.