From 1132031d2853db3b9cc69dcf2acec4370ccd36e0 Mon Sep 17 00:00:00 2001 From: valadaptive Date: Sat, 4 May 2024 10:59:13 +0200 Subject: [PATCH] Use active voice when describing PR assignment This should make it a bit clearer that contributors can and should assign reviewers themselves. --- docs/handbook/contributing/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/handbook/contributing/index.md b/docs/handbook/contributing/index.md index a4684c31..e41e6653 100644 --- a/docs/handbook/contributing/index.md +++ b/docs/handbook/contributing/index.md @@ -116,8 +116,10 @@ To find out who exactly is responsible for some area of the code you can check the [modules list](https://projects.blender.org/blender/blender/wiki) or [browse the code](https://projects.blender.org/blender/blender) and history for each file to see who worked on similar files or who is the -author of an add-on. These developers can then be assigned as reviewer for -your pull request. If you are unsure, you can ask in a comment or in chat. +author of an add-on. + +You can then assign these developers as reviewers for your pull request. +If you are unsure who to assign, you can ask in a comment or in chat. When working on bigger changes, we highly recommend you first contact developers and talk about your ideas. This will give you an indication -- 2.30.2