1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582
|
=encoding utf-8
=head1 NAME
perlgov - Perl Rules of Governance
=head1 PREAMBLE
We are forming a system of governance for development of the Perl programming
language.
The scope of governance includes the language definition, its
implementation, its test suite, its documentation, and the policies and
procedures by which it is developed and maintained.
The system of governance includes definitions of the groups that will make
decisions, the rules by which these groups are formed and changed, and the
enumerated powers and constraints on the activities of these governing
groups.
In forming a system of governance, we seek to achieve the following goals:
=over
=item *
We want a system that is functional. That means the governing groups may
decide to undertake large changes, or they may decide to act conservatively,
but they will act with intent and clear communication rather than fail to reach
decisions when needed.
=item *
We want a system that is trusted. That means that a reasonable contributor to
Perl might disagree with decisions made by the governing groups, but will
accept that they were made in good faith in consultation with relevant
communities outside the governing groups.
=item *
We want a system that is sustainable. That means it has provisions to
self-modify, including ways of adding new members to the governing groups, ways
to survive members becoming inactive, and ways of amending the rules of
governance themselves if needed.
=item *
We want a system that is transparent. That means that it will prefer policies
that manage ordinary matters in public, and it will prefer secrecy in a limited
number of situations.
=item *
We want a system that is respectful. That means that it will establish
standards of civil discourse that allow for healthy disagreement but avoid
rancor and hostility in the community for which it is responsible.
=back
=head1 Mandate
Perl language governance shall work to:
=over
=item *
Maintain the quality, stability, and continuity of the Perl language and
interpreter
=item *
Guide the evolution of the Perl language and interpreter
=item *
Establish and oversee the policies, procedures, systems, and mechanisms that
enable a community of contributors to the Perl language and interpreter
=item *
Encourage discussion and consensus among contributors as preferential to formal
decision making by governance groups
=item *
Facilitate communication between contributors and external stakeholders in the
broader Perl ecosystem
=back
=head1 Definitions
This document describes three roles involved in governance:
=over
=item "Core Team"
=item "Steering Council"
=item "Vote Administrator"
=back
A section on each follows.
=head2 The Core Team
The Core Team are a group of trusted volunteers involved in the ongoing
development of the Perl language and interpreter. They are not required to be
language developers or committers.
References to specific votes are explained in the "Rules for Voting" section.
=head3 Powers
In addition to their contributions to the Perl language, the Core Team sets
the rules of Perl governance, decides who participates in what role in
governance, and delegates substantial decision making power to the Steering
Council.
Specifically:
=over
=item *
They elect the Steering Council and have the power to remove Steering
Council members.
=item *
In concert with the Steering Council, they manage Core Team membership.
=item *
In concert with the Steering Council, they have the power to modify the Perl
Rules of Governance.
=back
The Core Team do not have any authority over parts of the Perl ecosystem
unrelated to developing and releasing the language itself. These include, but
are not limited to:
=over
=item *
The Perl Foundation
=item *
CPAN administration and CPAN authors
=item *
perl.org, metacpan.org, and other community-maintained websites and services
=item *
Perl conferences and events, except those organized directly by the Core Team
=item *
Perl-related intellectual property legally owned by third-parties, except as
allowed by applicable licenses or agreements
=back
=head3 Membership
The initial Core Team members will be specified when this document is
first ratified.
Any Core Team member may nominate someone to be added to the Core Team by
sending the nomination to the Steering Council. The Steering Council must
approve or reject the nomination. If approved, the Steering Council will
organize a Membership Change Vote to ratify the addition.
Core Team members should demonstrate:
=over
=item *
A solid track record of being constructive and helpful
=item *
Significant contributions to the project's goals, in any form
=item *
Willingness to dedicate some time to improving Perl
=back
Contributions are not limited to code. Here is an incomplete list of areas
where contributions may be considered for joining the Core Team:
=over
=item *
Working on community management and outreach
=item *
Providing support on mailing lists, IRC, or other forums
=item *
Triaging tickets
=item *
Writing patches (code, docs, or tests)
=item *
Reviewing patches (code, docs, or tests)
=item *
Participating in design discussions
=item *
Providing expertise in a particular domain (security, i18n, etc.)
=item *
Managing Perl infrastructure (websites, CI, documentation, etc.)
=item *
Maintaining significant projects in the Perl ecosystem
=item *
Creating visual designs
=back
Core Team membership acknowledges sustained and valuable efforts that align
well with the philosophy and the goals of the Perl project.
Core Team members are expected to act as role models for the community and
custodians of the project, on behalf of the community and all those who rely
on Perl.
=head3 Term
Core Team members serve until they are removed.
=head3 Removal
Core Team Members may resign their position at any time.
In exceptional circumstances, it may be necessary to remove someone from the
Core Team against their will, such as for flagrant or repeated violations of a
Code of Conduct. Any Core Team member may send a recall request to the
Steering Council naming the individual to be removed. The Steering Council
must approve or reject the recall request. If approved, the Steering Council
will organize a Membership Change vote to ratify the removal.
If the removed member is also on the Steering Council, then they are removed
from the Steering Council as well.
=head3 Inactivity
Core Team members who have stopped contributing are encouraged to declare
themselves "inactive". Inactive members do not nominate or vote. Inactive
members may declare themselves active at any time, except when a vote has been
proposed and is not concluded. Eligibility to nominate or vote will be
determined by the Vote Administrator.
To record and honor their contributions, inactive Core Team members will
continue to be listed alongside active members.
=head3 No Confidence in the Steering Council
The Core Team may remove either a single Steering Council member or the entire
Steering Council via a No Confidence Vote.
A No Confidence Vote is triggered when a Core Team member calls for one
publicly on an appropriate project communication channel, and another Core
Team member seconds the proposal.
If a No Confidence Vote removes all Steering Council members, the Vote
Administrator of the No Confidence Vote will then administer an election
to select a new Steering Council.
=head3 Amending Perl Rules of Governance
Any Core Team member may propose amending the Perl Rules of Governance by
sending a proposal to the Steering Council. The Steering Council must decide
to approve or reject the proposal. If approved, the Steering Council will
organize an Amendment Vote.
=head3 Rules for Voting
Membership Change, Amendment, and No Confidence Votes require 2/3 of
participating votes from Core Team members to pass.
A Vote Administrator must be selected following the rules in the "Vote
Administrator" section.
The vote occurs in two steps:
=over
=item 1
The Vote Administrator describes the proposal being voted upon. The Core Team
then may discuss the matter in advance of voting.
=item 2
Active Core Team members vote in favor or against the proposal. Voting is
performed anonymously.
=back
For a Membership Change Vote, each phase will last one week. For Amendment and
No Confidence Votes, each phase will last two weeks.
=head2 The Steering Council
The Steering Council is a 3-person committee, elected by the Core
Team. Candidates are not required to be members of the Core Team. Non-member
candidates are added to the Core Team if elected as if by a Membership Change
Vote.
References to specific elections are explained in the "Rules for Elections" section.
=head3 Powers
The Steering Council has broad authority to make decisions about the
development of the Perl language, the interpreter, and all other components,
systems and processes that result in new releases of the language interpreter.
For example, it can:
=over
=item *
Manage the schedule and process for shipping new releases
=item *
Establish procedures for proposing, discussing and deciding upon changes to the
language
=item *
Delegate power to individuals on or outside the Steering Council
=back
Decisions of the Steering Council will be made by majority vote of non-vacant
seats on the council.
The Steering Council should look for ways to use these powers as little as
possible. Instead of voting, it's better to seek consensus. Instead of ruling
on individual cases, it's better to define standards and processes that apply
to all cases.
As with the Core Team, the Steering Council does not have any authority over
parts of the Perl ecosystem unrelated to developing and releasing the language
itself.
The Steering Council does not have the power to modify the Perl Rules of
Governance, except as provided in the section "Amending Perl Rules of
Governance".
=head3 Term
A new Steering Council will be chosen by a Term Election after each stable
feature release (that is, change to C<PERL_REVISION> or C<PERL_VERSION>) or
after two years, whichever comes first. The Term Election will be organized
within two weeks of the triggering event. The council members will serve until
the completion of the next Term Election unless they are removed.
=head3 Removal
Steering Council members may resign their position at any time.
Whenever there are vacancies on the Steering Council, the council will
organize a Special Election within one week after the vacancy occurs. If the
entire Steering Council is ever vacant, a Term Election will be held instead.
The Steering Council may defer the Special Election for up to twelve weeks.
Their intent to do so must be publicly stated to the Core Team. If any active
Core Team member objects within one week, the Special Election must be
organized within two weeks. At any time, the Steering Council may choose to
cancel the deferment and immediately commence organizing a Special Election.
If a Steering Council member is deceased, or drops out of touch and cannot be
contacted for a month or longer, then the rest of the council may vote to
declare their seat vacant. If an absent member returns after such a
declaration is made, they are not reinstated automatically, but may run in the
Special Election to fill the vacancy.
Otherwise, Steering Council members may only be removed before the end of
their term through a No Confidence Vote by the Core Team.
=head3 Rules for Elections
Term and Special Election are ranked-choice votes to construct an ordered list
of candidates to fill vacancies in the Steering Council.
A Vote Administrator must be selected following the rules in the "Vote
Administrator" section.
Both Term and Special Elections occur in two stages:
=over
=item 1
Candidates advertise their interest in serving. Candidates must be nominated by
an active Core Team member. Self-nominations are allowed. Nominated candidates
may share a statement about their candidacy with the Core Team.
=item 2
If there are no more candidates than open seats, no vote is required. The
candidates will be declared to have won when the nomination period ends.
Otherwise, active Core Team Members vote by ranking all candidates. Voting is
performed anonymously. After voting is complete, candidates are ranked using
the Condorcet Internet Voting Service's proportional representation mode. If a
tie occurs, it may be resolved by mutual agreement among the tied candidates,
or else the tie will be resolved through random selection by the Vote
Administrator.
=back
Anyone voted off the Core Team is not eligible to be a candidate for Steering
Council unless re-instated to the Core Team.
For a Term Election, each phase will last two weeks. At the end of the second
phase, the top three ranked candidates are elected as the new Steering Council.
For a Special Election, each phase will last one week. At the end of the
second phase, vacancies are filled from the ordered list of candidates until
no vacancies remain.
The election of the first Steering Council will be a Term Election. Ricardo
Signes will be the Vote Administrator for the initial Term Election unless he
is a candidate, in which case he will select a non-candidate administrator to
replace him.
=head2 The Vote Administrator
Every election or vote requires a Vote Administrator who manages
communication, collection of secret ballots, and all other necessary
activities to complete the voting process.
Unless otherwise specified, the Steering Council selects the Vote
Administrator.
A Vote Administrator must not be a member of the Steering Council nor a
candidate or subject of the vote. A Vote Administrator may be a member of the
Core Team and, if so, may cast a vote while also serving as administrator. If
the Vote Administrator becomes a candidate during an election vote, they will
appoint a non-candidate replacement.
If the entire Steering Council is vacant or is the subject of a No Confidence
Vote, then the Core Team will select a Vote Administrator by consensus. If
consensus cannot be reached within one week, the President of The Perl
Foundation will select a Vote Administrator.
=head1 Steering Council and Core Team Members
The list below names the members of the Steering Council and Core Team
responsible for creating the release of perl with which this document shipped.
Remember, though that if you're reading the copy of this document that was
installed with perl, it's very likely out of date. Because every new stable
feature release triggers an election, you're better off looking at L<the most
up to date copy of this
document|https://github.com/Perl/perl5/blob/blead/pod/perlgov.pod>, in the
I<blead> branch of Perl's git repository. Because it's git, you can also see
how the membership has changed over time.
=head1 Steering Council Members
=over
=item * Aristotle Pagaltzis
=item * Graham Knop
=item * Philippe Bruhat
=back
=head1 Core Team Members
The current members of the Perl Core Team are:
=head2 Active Members
=over 4
=item Aristotle Pagaltzis <pagaltzis@gmx.de>
=item Chad Granum <exodist7@gmail.com>
=item Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
=item Craig Berry <craigberry@mac.com>
=item Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
=item David Mitchell <davem@iabyn.com>
=item Graham Knop <haarg@haarg.org>
=item H. Merijn Brand <perl5@tux.freedom.nl>
=item Hugo van der Sanden <hv@crypt.org>
=item James E Keenan <jkeenan@cpan.org>
=item Karen Etheridge <ether@cpan.org>
=item Karl Williamson <khw@cpan.org>
=item Leon Timmermans <fawaka@gmail.com>
=item Matthew Horsfall <wolfsage@gmail.com>
=item Max Maischein <cpan@corion.net>
=item Neil Bowers <neilb@neilb.org>
=item Nicholas Clark <nick@ccl4.org>
=item Nicolas R <atoomic@cpan.org>
=item Paul "LeoNerd" Evans <leonerd@leonerd.org.uk>
=item Philippe "BooK" Bruhat <book@cpan.org>
=item Ricardo Signes <rjbs@semiotic.systems>
=item Steve Hay <steve.m.hay@googlemail.com>
=item Stuart Mackintosh <stuart@perlfoundation.org>
=item Todd Rinaldo <toddr@cpanel.net>
=item Tony Cook <tony@develop-help.com>
=item Yves Orton <demerphq@gmail.com>
=back
=head2 Inactive Members
=over 4
=item Abhijit Menon-Sen <ams@toroid.org>
=item Andy Dougherty <doughera@lafayette.edu>
=item David Golden <xdg@xdg.me>
=item Jan Dubois <jan@jandubois.com>
=item Jason McIntosh <jmac@jmac.org>
=item Jesse Vincent <jesse@fsck.com>
=back
|