From 1f8211d04142d13d073b3f33e0f1f6a31c384c19 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 28 Jun 2018 14:25:50 +0000 Subject: [PATCH] There are no core developers, only core reviewers We've insisted in the past that "core developers" aren't a thing, so if we want to avoid continued propagation of that terminology then we should do our best to eradicate it in official documents. Change-Id: Ia26a2cf9b6bf706162641b4b8d4e6e5c2f9e992a --- doc/source/bugs.rst | 4 ++-- doc/source/stable-branches.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/bugs.rst b/doc/source/bugs.rst index fa6a0cc..4a54f4e 100644 --- a/doc/source/bugs.rst +++ b/doc/source/bugs.rst @@ -150,7 +150,7 @@ indeed a valid bug), you should set: * Status: `Confirmed` -If you're a core developer or a member of the project bug supervision team, +If you're a core reviewer or a member of the project bug supervision team, you should also prioritize the bug: * Importance: (see above) @@ -163,7 +163,7 @@ solution in the comments. Sometimes the implementation of the fix will be straightforward and you would jump directly to bugfixing, but in some other cases, you would just post your complete debugging analysis and give someone else the opportunity of fixing the bug. Then you should ask a core -developer or bug supervisor to set: +reviewer or bug supervisor to set: * Status: `Triaged` diff --git a/doc/source/stable-branches.rst b/doc/source/stable-branches.rst index e7da3fd..890f53f 100644 --- a/doc/source/stable-branches.rst +++ b/doc/source/stable-branches.rst @@ -267,7 +267,7 @@ If unsure if a fix is appropriate for the stable branch, project-specific stable maintenance team members should seek stable maintenance core team members opinion. -Existing core developers are greatly encouraged to join the stable maintenance +Existing core reviewers are greatly encouraged to join the stable maintenance teams in order to help with reviewing backports, judging their appropriateness for the stable branch and approving them.