-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Community Committee to the About section #1465
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
title: Community Committee | ||
layout: about.hbs | ||
--- | ||
|
||
# Community Committee | ||
|
||
The Community Committee (CommComm) is a top-level committee in the Node.js Foundation. The CommComm has authority over outward-facing community outreach efforts, including: | ||
- Community [Evangelism](https://github.com/nodejs/evangelism) | ||
- Education Initiatives | ||
- Cultural Direction of Node.js Foundation | ||
- Community Organization Outreach | ||
- Translation and Internationalization | ||
- Project Moderation/Mediation | ||
- Public Outreach and [Publications](https://medium.com/the-node-js-collection) | ||
|
||
There are four types of involvment with the Community Committee: | ||
|
||
- A **Contributor** is any individual creating or commenting on an issue or pull request. | ||
- A **Collaborator** is a contributor who has been given write access to the repository | ||
- An **Observer** is any individual who has requested or been requested to attend a CommComm meeting. It is also the first step to becoming a Member. | ||
- A **Member** is a collaborator with voting rights who has met the requirements of participation and voted in by the CommComm voting process. | ||
|
||
For the current list of Community Committee members, see the project's [README.md](https://github.com/nodejs/community-committee). | ||
|
||
## Contributors and Collaborators | ||
|
||
It is the mission of CommComm to further build out the Node.js Community. If you're reading this, you're already a part of that community – and as a part of the Node.js Community, we'd love to have your help! | ||
|
||
The [nodejs/community-committee](https://github.com/nodejs/community-committee) GitHub repository is a great place to start. Check out the [issues labeled "Good first issue"](https://github.com/nodejs/community-committee/labels/good%20first%20issue) to see where we're looking for help. If you have your own ideas on how we can engage and build the community, feel free to open your own issues, create pull requests with improvements to our existing work, or help us by sharing your thoughts and ideas in the ongoing discussions we're having in GitHub. | ||
|
||
You can further participate in our ongoing efforts around community building - like localization, evangelism, the Node.js Collection, and others - by digging into their respective repositories and getting involved! | ||
|
||
Before diving in, please be sure to read the [Collaborator Guide](https://github.com/nodejs/community-committee/blob/master/COLLABORATOR_GUIDE.md). | ||
|
||
If you're interested in participating in the Community Committee as a committee member, you should read the section below on **Observers and Membership**, and create an issue asking to be an Observer in our next Community Committee meeting. You can find a great example of such an issue [here](https://github.com/nodejs/community-committee/issues/142). | ||
|
||
## Observers and Membership | ||
|
||
If you're interested in becoming more deeply involved with the Community Committee and its projects, we encourage you to become an active observer, and work toward acheiving member status. To become a member you must: | ||
|
||
1. Attend the bi-weekly meetings, investigate issues tagged as good first issue, file issues and pull requests, and provide insight via GitHub as a contributor or collaborator. | ||
2. Request to become an Observer by filing an issue. Once added as an Observer to meetings, we will track attendance and participation for 3 months, in accordance with our governance guidelines. You can find a great example of such an issue [here](https://github.com/nodejs/community-committee/issues/142). | ||
3. When you meet the 3 month minimum attendance, and participation expectations, the CommComm will vote to add you as a member. | ||
|
||
Membership is for 6 months. The group will ask on a regular basis if the expiring members would like to stay on. A member just needs to reply to renew. There is no fixed size of the CommComm. However, the expected target is between 9 and 12. You can read more about membership, and other administrative details, in our [Governance Guide](https://github.com/nodejs/community-committee/blob/master/GOVERNANCE.md). | ||
|
||
Regular CommComm meetings are held bi-monthly in a Zoom video conference, and broadcast live to the public on YouTube. Any community member or contributor can ask that something be added to the next meeting's agenda by logging a GitHub Issue. | ||
|
||
Meeting announcements and agendas are posted before the meeting begins in the organization's [GitHub issues](https://github.com/nodejs/community-committee/issues). You can also find the regularly shceduled meetings on the [Node.js Calendar](https://nodejs.org/calendar). To follow Node.js meeting livestreams on YouTube, subscribe to the Node.js Foundation [YouTube channel](https://www.youtube.com/channel/UCQPYJluYC_sn_Qz_XE-YbTQ). Be sure to click the bell to be notified of new videos! | ||
|
||
## Consensus Seeking Process | ||
|
||
The CommComm follows a [Consensus Seeking](https://en.wikipedia.org/wiki/Consensus-seeking_decision-making) decision making model. | ||
|
||
When an agenda item has appeared to reach a consensus, the moderator will ask "Does anyone object?" as a final call for dissent from the consensus. If a consensus cannot be reached that has no objections then a majority wins vote is called. It is expected that the majority of decisions made by the CommComm are via a consensus seeking process and that voting is only used as a last-resort. | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,10 @@ | |
"link": "about/governance", | ||
"text": "Governance" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Note: The TSC is still under a tab called "Governance". We are under a new side bar called "Community". There is definitely a better IA for the site. Figured we'd save that for a larger re-design though. Can anyone think of a better stop-gap solution? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I really can't, but totally open to suggestions 😬 |
||
}, | ||
"community": { | ||
"link": "about/community", | ||
"text": "Community" | ||
}, | ||
"workinggroups": { | ||
"link": "about/working-groups", | ||
"text": "Working Groups" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It may be a bit too early, but #169 of CommCoom seems to indicate we all agree on the principle. So maybe we can add a bit on the Condorcet voting?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd err on the side of landing this PR and then updating once nodejs/community-committee#169 is resolved 👍