This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch jbake in repository https://gitbox.apache.org/repos/asf/jspwiki-site.git
commit f575a3ba227513d6a761b50d239b98658fbd4d12 Author: Juan Pablo Santos RodrÃguez <juanpablo.san...@gmail.com> AuthorDate: Wed Jul 30 19:02:44 2025 +0200 Complete onboarding section --- src/main/jbake/content/pmc/onboarding.md | 22 ++++++++++++++++------ src/main/jbake/templates/page.ftl | 1 + 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/src/main/jbake/content/pmc/onboarding.md b/src/main/jbake/content/pmc/onboarding.md index 5c52372979..dd6e281661 100755 --- a/src/main/jbake/content/pmc/onboarding.md +++ b/src/main/jbake/content/pmc/onboarding.md @@ -67,12 +67,22 @@ Here's an step for step guide for Gmail users: * Secured connection using TLS 5. Click `Add account` and you will receive an email from Gmail that need to confirm. -### Subscribe to Mailing List +### Subscribe to Dev Mailing List - Send email to dev-subscr...@opendal.apache.org - You will receive an email with the subject "confirm subscribe to d...@opendal.apache.org" - Reply to the email with "Confirm" in the body +Follow the required steps to subscribe to the [JSPWiki-dev ML]. -If you receive an email with the subject "WELCOME to d...@opendal.apache.org", you have successfully subscribed to the mailing list. +# PMC Members -# PMC Members \ No newline at end of file +## Subscribe to Private Mailing List + +Follow the required steps to subscribe to the [JSPWiki-private ML]. + +It's **required** for PMC members to subscribe the private mailing list. The private list is only for confidential discussions that should not be made public, such as the suitability of a particular individual to become a committer or a member of the PMC, or discussing security vulnerabilities. + +## Read PMC Member Guide + +Please read [PMC GUIDE] to know about the general responsibilities of Project Management Committee (PMC) members in managing our project and common how-to procedures for day to day maintenance. + +[JSPWiki-dev ML]: https://jspwiki.apache.org/community/mailing_lists.html +[JSPWiki-private ML]: https://jspwiki.apache.org/community/mailing_lists.html +[PMC GUIDE]: https://www.apache.org/dev/pmc.html \ No newline at end of file diff --git a/src/main/jbake/templates/page.ftl b/src/main/jbake/templates/page.ftl index b15278befe..8abe4c172a 100755 --- a/src/main/jbake/templates/page.ftl +++ b/src/main/jbake/templates/page.ftl @@ -223,6 +223,7 @@ <ul class="list-unstyled list-hover"> <li><a class="wikipage" href="${config.wiki_site_host}/Wiki.jsp?page=How%20to%20release">How to release</a></li> <li><a class="wikipage" href="${config.wiki_site_host}/Wiki.jsp?page=Board%20Reports">Board Reports</a></li> + <li><a class="wikipage" href="${config.wiki_site_host}/Wiki.jsp?page=Onboarding">Onboarding</a></li> </ul> </div>