From 4d2e09c664ddb1bbba20242672d1670b4a330cf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Wed, 27 Apr 2022 13:47:39 -0300 Subject: [PATCH] Add seed list for the sponsor rotation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juraci Paixão Kröhling --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 33a39b3be454..232c3a8cd54d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,6 +61,21 @@ and the rest of contributors. the folder. If a component can not be properly tested within the existing framework, it must increase the non testable components number with a comment within the PR explaining as to why it can not be tested. +### Rotating sponsors + +The following GitHub users are the currently available sponsors, either by being an approver or a maintainer of the contrib repository. The list is ordered based on a random sort of the list of sponsors done live at the Collector SIG meeting on 27-Apr-2022 and serves as the seed for the round-robin selection of sponsors, as described in the section above. + +* [@dashpole](https://github.com/dashpole) +* [@djaglowski](https://github.com/djaglowski) +* [@codeboten](https://github.com/codeboten) +* [@Aneurysm9](https://github.com/Aneurysm9) +* [@mx-psi](https://github.com/mx-psi) +* [@pmm-sumo](https://github.com/pmm-sumo) +* [@jpkrohling](https://github.com/jpkrohling) +* [@dmitryax](https://github.com/dmitryax) +* [@bogdandrutu](https://github.com/bogdandrutu) + +Whenever a sponsor is picked from the top of this list, please move them to the bottom. ## General Recommendations Below are some recommendations that apply to typical components. These are not rigid rules and there are exceptions but in general try to follow them.