visortelle commented on code in PR #789:
URL: https://github.com/apache/pulsar-site/pull/789#discussion_r1488439765
##########
src/components/pages/CommunityPage/sections/project-governance/ProjectGovernance.tsx:
##########
@@ -5,22 +5,21 @@ import ContentCardsLayout from
"../../shared/ContentCard/ContentCardsLayout";
const ProjectGovernance: React.FC = () => {
const cards: ContentCardProps[] = [
{
- title: "Project Management Committee (PMC)",
description: (
- <>
- Apache Pulsar is independently managed by its PMC, the governing body
- tasked with project management.
- <br />
- <br />
- <strong>Responsibilities:</strong>
- <ul>
- <li>Technical direction.</li>
- <li>Voting on new committers and PMC members.</li>
- <li>Setting policies.</li>
- <li>Formally voting on software product releases.</li>
- </ul>
- </>
+ <div>
+ <p>
+ Project Management Committee (PMC).<br />
+ Apache Pulsar is independently managed by its PMC, the governing
body tasked with project management.
+ </p>
+ <p>
+ Members are resposible for Technical direction, Voting on new
committers and PMC members, Setting policies and Formally voting on software
product releases.
+ </p>
+ <p>
+ Learn more about <a
href="https://community.apache.org/projectIndependence" title="Project
independence overview" target="_blank">Project independence overview</a>, <a
href="https://www.apache.org/foundation/governance/pmcs.html" title="PMCs"
target="_blank">PMCs</a>, <a
href="https://www.apache.org/foundation/voting.html" title="Voting process"
target="_blank">Voting process</a> and <a
href="https://www.apache.org/theapacheway/index.html" title="The Apache way
guidelines" target="_blank">The Apache way guidelines</a>
+ </p>
+ </div>
),
+ /*
Review Comment:
Do we need the commented code here?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]