This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git
The following commit(s) were added to refs/heads/main by this push:
new 6de9a0a Change uses of project committee in prose to PMC throughout
6de9a0a is described below
commit 6de9a0a91217ecce877e64116a92d603040e47c9
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri Mar 28 16:37:16 2025 +0200
Change uses of project committee in prose to PMC throughout
---
atr/templates/draft-add.html | 6 +++---
atr/templates/draft-directory.html | 4 ++--
atr/templates/draft-modify.html | 4 ++--
atr/templates/index.html | 4 ++--
4 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/atr/templates/draft-add.html b/atr/templates/draft-add.html
index 900d3e5..259c9dd 100644
--- a/atr/templates/draft-add.html
+++ b/atr/templates/draft-add.html
@@ -11,10 +11,10 @@
{% block content %}
<h1>Add a candidate draft</h1>
<p class="intro">
- A <strong>candidate draft</strong> is an editable set of files which can
be <strong>frozen and promoted into a candidate release</strong> for voting on
by the project's committee.
+ A <strong>candidate draft</strong> is an editable set of files which can
be <strong>frozen and promoted into a candidate release</strong> for voting on
by the PMC.
</p>
<ul>
- <li>You can only create a new candidate draft if you are a member of the
project's committee</li>
+ <li>You can only create a new candidate draft if you are a member of the
PMC</li>
<li>Projects can work on multiple candidate drafts for different versions
simultaneously</li>
<li>A candidate draft is only editable until submitted for voting</li>
</ul>
@@ -78,7 +78,7 @@
but to create another one, use the command below.
{% else %}
This project does not have a candidate draft.
- To create one, you must be a member of the project's
committee.
+ To create one, you must be a member of the PMC.
{% endif %}
</p>
</div>
diff --git a/atr/templates/draft-directory.html
b/atr/templates/draft-directory.html
index b6c7f30..3ca7e83 100644
--- a/atr/templates/draft-directory.html
+++ b/atr/templates/draft-directory.html
@@ -11,10 +11,10 @@
{% block content %}
<h1>Release candidate draft directory</h1>
<p class="intro">
- A <strong>candidate draft</strong> is an editable set of files which can
be <strong>frozen and promoted into a candidate release</strong> for voting on
by the project's committee.
+ A <strong>candidate draft</strong> is an editable set of files which can
be <strong>frozen and promoted into a candidate release</strong> for voting on
by the PMC.
</p>
<ul>
- <li>You can only create a new candidate draft if you are a member of the
project's committee</li>
+ <li>You can only create a new candidate draft if you are a member of the
PMC</li>
<li>Projects can work on multiple candidate drafts for different versions
simultaneously</li>
<li>A candidate draft is only editable until submitted for voting</li>
</ul>
diff --git a/atr/templates/draft-modify.html b/atr/templates/draft-modify.html
index 7d53236..85f4ac6 100644
--- a/atr/templates/draft-modify.html
+++ b/atr/templates/draft-modify.html
@@ -11,10 +11,10 @@
{% block content %}
<h1>Modify a candidate draft</h1>
<p class="intro">
- A <strong>candidate draft</strong> is an editable set of files which can
be <strong>frozen and promoted into a candidate release</strong> for voting on
by the project's committee.
+ A <strong>candidate draft</strong> is an editable set of files which can
be <strong>frozen and promoted into a candidate release</strong> for voting on
by the PMC.
</p>
<ul>
- <li>You can only create a new candidate draft if you are a member of the
project's committee</li>
+ <li>You can only create a new candidate draft if you are a member of the
PMC</li>
<li>Projects can work on multiple candidate drafts for different versions
simultaneously</li>
<li>A candidate draft is only editable until submitted for voting</li>
</ul>
diff --git a/atr/templates/index.html b/atr/templates/index.html
index 03d1a5d..a357848 100644
--- a/atr/templates/index.html
+++ b/atr/templates/index.html
@@ -25,7 +25,7 @@
</p>
<p>
- Once you've uploaded your SSH key, you may be able to <a href="{{
as_url(routes.draft.add) }}">add a release candidate draft</a>. Only committee
members can do this. Once a draft has been created, all committee members and
committers can add files to the draft or delete files from it.
+ Once you've uploaded your SSH key, you may be able to <a href="{{
as_url(routes.draft.add) }}">add a release candidate draft</a>. Only Project
Management Committee (PMC) members can do this. Once a draft has been created,
all PMC members and committers can add files to the draft or delete files from
it.
</p>
<p>
@@ -39,7 +39,7 @@
<h3>Release candidate</h3>
<p>
- When you've promoted the draft to a release candidate, you can use ATR to
<a href="{{ as_url(routes.candidate.vote) }}">start a vote on the release
candidate</a>. Currently we allow any committee member to start the vote, but
in the future we may limit this to designated release managers. The ATR is
designed to send the vote email itself, but we understand that projects send
very detailed vote announcement emails. We plan to make it easier for you to
send such announcement emails. We [...]
+ When you've promoted the draft to a release candidate, you can use ATR to
<a href="{{ as_url(routes.candidate.vote) }}">start a vote on the release
candidate</a>. Currently we allow any PMC member to start the vote, but in the
future we may limit this to designated release managers. The ATR is designed to
send the vote email itself, but we understand that projects send very detailed
vote announcement emails. We plan to make it easier for you to send such
announcement emails. We also [...]
</p>
<p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]