Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/review-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ do to make it easier to review your PR. This will not only help reviewers
but also you as a contributor to having your change merged quicker, and
the end-user getting your improvement faster.

1. **Make your PRs as small as possible.**
1. **Make sure your PRs are well-scoped.**
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it's that unclear. We talk about size and scope below. And we say "as small as possible". A config flow PR is as small as possible if the user can complete the user flow and errors and abort cases are handled.

A PR should only refactor one thing, fix one thing, add one feature, or
adjust a single subject in the documentation. If you want to change multiple
things, please create multiple PRs. Smaller PRs have a smaller scope, need
Expand Down