Skip to content
Open
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
117 changes: 47 additions & 70 deletions website_and_docs/content/project/governance/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,48 @@
<div class="mx-auto p-4">
<h1 class="d-1 text-center">Selenium Project Governance</h1>
<p class="lead mt-3 mb-0">
The Selenium Project wants as much as possible to operate using procedures that are fair, open, inviting, and ultimately
good for the community. For that reason, we find it valuable to codify some of the ways that the Project goes about its
day-to-day business. We want to make sure that no matter who you are, you have the opportunity to contribute to Selenium.
We want to make sure that no corporation can exert undue influence on the community or hold the Project hostage. And
likewise, we want to make sure that corporations which benefit from Selenium are also incentivized to give back. This
document describes how various types of contributors work within the Selenium project.
The Selenium Project is committed to maintaining fair, transparent, and inclusive governance practices that serve the broader
community's interests. This document establishes the foundational procedures and principles that guide our day-to-day operations
and decision-making processes.
</p>
</div>
{{< /blocks/section >}}

<div class="row -bg-selenium-cyan-20 justify-content-center">
<div class="col-12 px-5 pt-5 bg-transparent">
<h2>Governance Objective</h2>
Our governance framework is designed to achieve three core objectives:
<p>
<p>
<b>Inclusive Participation</b>
<br>We ensure that all individuals, regardless of background or affiliation, have meaningful
opportunities to contribute to Selenium's development and direction.
</p>

<p>
<b>Corporate Balance</b>
<br>We maintain safeguards against undue corporate influence while preventing any single entity
from compromising the project's independence or community-driven nature.
</p>

<p>
<b>Reciprocal Value</b>
<br> We create structures that encourage organizations benefiting from Selenium to contribute back to the
project's sustainability and growth.
</p>

<br>This document outlines the roles, responsibilities, and processes that define how various
types of contributors work within the Selenium project.
</div>
</div>

<div class="row -bg-selenium-cyan-20 justify-content-center">
<div class="col-12 px-5 pt-5 bg-transparent">
<h2>Roles and Responsibilities</h2>
<ul>
<li><a href="#users">Users</a></li>
<li><a href="#contributors">Contributors</a></li>
<li><a href="#triagers">Triagers</a></li>
<li><a href="#documenters">Documenters</a></li>
<li><a href="#translators">Translators</a></li>
<li><a href="#project-committers">Committers</a></li>
<li><a href="#technical-leadership-committee-tlc">Technical Leadership Committee Members</a></li>
<li><a href="#project-leadership-committee-plc">Project Leadership Committee Members</a></li>
Expand Down Expand Up @@ -60,30 +83,30 @@ <h3 id="users">Users</h3>
<h3 id="contributors">Contributors</h3>

Contributors are community members who contribute in concrete ways to the project,
most often in the form of code and/or documentation. Anyone can become a Contributor,
and contributions can take many forms, e.g.:
most often in the form of code and/or documentation in the respective project repository.
Anyone can become a contributor, and contributions can take many forms, other than code contributions, e.g.:
<ul>
<li>
<p class="m-0">
Help other users through any of the <a href="#communication-channels">communication channels</a>
Actively help other users through any of the <a href="#communication-channels">communication channels</a>
made for that purpose.
</p>
</li>
<li>
Triage GitHub issues.
</li>
<li>
Organize Selenium meetups.
<li>
Translate Selenium Documentation in languages project support.
</li>
<li>
Organize and collaborate in Selenium Conferences.
<li>
Organize and collaborate in Selenium meetups, events and conferences.
</li>
</ul>

<p>
There is no expectation of commitment to the project, no specific skill requirements,
and no selection process.
Some Contributors might have some basic privileges to the GitHub repos, based on
Some Contributors might have some basic privileges to the GitHub repos to which they have contributed, based on
their type of contribution (e.g., close an issue after triaging it).
</p>

Expand All @@ -105,7 +128,7 @@ <h3 id="contributors">Contributors</h3>
<div class="pb-5">
<h3 id="triagers">Triagers</h3>
As contributors grow into the project they will be added as members of the triage team. Their
role is to help triage issues and potentially submit Pull Requests with fixes or at least a
role is to help triage issues and potentially submit Pull Requests in the github repos with fixes or at least a
failing test to help committers recreate the issue.

<h4 class="pt-4">Process for becoming a triager</h4>
Expand All @@ -122,58 +145,14 @@ <h4 class="pt-4">Process for becoming a triager</h4>
</ol>
</div>

<div class="pb-5">
<h3 id="documenters">Documenters</h3>

Good documentation is crucial to all software projects. Documenters are community members
who have shown that they are committed to improving the examples and descriptions of
the various features and functionality of the project. Documenters are given push
access to the project's Documentation GitHub repo.

<h4 class="pt-4">Process for becoming a documenter</h4>
<ol>
<li>
Add the GitHub user to <code>selenium-docs-and-site</code> GitHub team
</li>
<li>
Invite to Slack team chat room (<code>selenium-docs</code>)
</li>
<li>
Tweet congratulations to the new documenter from the SeleniumHQ Twitter account
</li>
</ol>
</div>

<div class="pb-5">
<h3 id="translators">Translators</h3>

To better support our international community, we provide translations of our documentation. A translator is
responsible for all content in a given language. This includes creating and updating content, helping ensure
that content created in one language is flagged for distributions to other languages, and managing any
Pull Requests relevant to those language files.

<h4 class="pt-4">Process for becoming a translator</h4>
<ol>
<li>
Add the GitHub user to <code>selenium-docs-and-site</code> GitHub team
</li>
<li>
Invite to Slack team chat room (<code>selenium-docs</code>)
</li>
<li>
Tweet congratulations to the new translator from the SeleniumHQ Twitter account
</li>
</ol>
</div>

<div class="pb-5">
<h3 id="project-committers">Project Committers</h3>

<p class="pb-4">
Committers are community members who have shown that they are committed to the
continued development of the project through ongoing engagement with the community.
Committers are contributors who have shown that they are committed to the
continued development of the project through ongoing engagement with the project.
Committers are given push access to the project's GitHub repos where they
contribute to.
contribute to. Example getting access to the selenium-docker repository for those contribute to it.
</p>

<p class="fw-bold">
Expand Down Expand Up @@ -212,12 +191,10 @@ <h4 class="pt-3">Becoming a committer</h4>
</li>
<li>
Have submitted sufficient substantive contributions to one or more of the
different projects (IDE, Docker-Selenium, Selenium, Site & Docs). For
technical contributions, enough weight is present and requires little effort to
accept because it is well documented and tested. Normally 10 substantive
contributions are needed to qualify as a candidate to be a committer, but there
could be cases where the contributions are substantial enough that a fewer
amount is also acceptable.
different projects (Selenium IDE, Docker-Selenium, Selenium Client Bindings, WebSite & Docs).
Normally 10 substantive contributions are needed to qualify as a candidate to be a committer, but there
could be cases where the contributions are substantial enough or technically significant enough that a fewer
number is also acceptable.
</li>
</ul>

Expand Down
Loading