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-releases.git
The following commit(s) were added to refs/heads/main by this push:
new af751a2 Improve the wording of the vote email address policy field
description
af751a2 is described below
commit af751a241b0beb4f0ce21dd1e5e72fc5452fdcdd
Author: Sean B. Palmer <[email protected]>
AuthorDate: Tue Oct 14 11:35:28 2025 +0100
Improve the wording of the vote email address policy field description
---
atr/routes/projects.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/atr/routes/projects.py b/atr/routes/projects.py
index ccb93c1..165e418 100644
--- a/atr/routes/projects.py
+++ b/atr/routes/projects.py
@@ -108,9 +108,9 @@ class ReleasePolicyForm(forms.Typed):
"Email",
validators=[forms.REQUIRED, forms.EMAIL],
placeholder="E.g. [email protected]",
- description="Note: This field determines where vote and finished
release announcement"
- "emails are sent. You can set this value to your own mailing list, but
ATR will "
- f"currently only let you send to {util.USER_TESTS_ADDRESS}.",
+ description=f"The mailing list where vote emails are sent. This is
usually"
+ "your dev list. ATR will currently only send test announcement emails
to"
+ f"{util.USER_TESTS_ADDRESS}.",
)
manual_vote = forms.boolean(
"Manual voting process",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]