-
-
Notifications
You must be signed in to change notification settings - Fork 345
Bootstrap governance page #1864
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
base: main
Are you sure you want to change the base?
Conversation
Behind these bodies are many volunteers who contribute to the project in | ||
various ways. Read more about our {teams.length} teams on the <a | ||
href="/community">community page</a | ||
>. |
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.
Behind these bodies are many volunteers who contribute to the project in | |
various ways. Read more about our {teams.length} teams on the <a | |
href="/community">community page</a | |
>. | |
Local decisions are made in a distributed way by the <a href="/community">{teams.length} teams</a{teams.length}, among many other ones not listed on the website and many more individual specialists, responsible for various areas. | |
From the leadership bodies down to individual contributors, almost everybody is here as a passionate volunteer. |
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.
Woops something funny happened here @infinisil
teams</a{teams.length},
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.
Is this what you meant?
Behind these bodies are many volunteers who contribute to the project in | |
various ways. Read more about our {teams.length} teams on the <a | |
href="/community">community page</a | |
>. | |
Local decisions are made in a distributed way by the <a href="/community">{teams.length} teams</a>, among many other ones not listed on the website and many more individual specialists, responsible for various areas. | |
From the leadership bodies down to individual contributors, almost everybody is here as a passionate volunteer. |
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.
Whoops yes!
Each member holds a two-year term, with elections held annually to fill | ||
half of the seats. You can read more about the election process in the <a |
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.
Each member holds a two-year term, with elections held annually to fill | |
half of the seats. You can read more about the election process in the <a | |
at least half of the seats. You can read more about the election process in the <a |
<h3 | ||
class="font-heading text-secondary-afghani-blue text-3xl leading-none font-bold" | ||
> | ||
The Steering Committee |
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.
The Steering Committee | |
The Steering Committee (SC) |
Since it's used as an abbreviation so often
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.
Made some suggestions, but looking great otherwise!
<b>Members:</b> | ||
{ | ||
steeringCommittee.data.members | ||
.map((member) => member.name) |
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 think it would be better to use GitHub handles (with a link), because that's more recognisable
</span> | ||
<span> | ||
<b>Members:</b> | ||
{foundationBoard.data.members.map((member) => member.name).join(', ')} |
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.
Same for the board
<p class="mb-2"> | ||
Every year, the Nix community elects members to the steering committee. | ||
Each member holds a two-year term, with elections held annually to fill | ||
half of the seats. You can read more about the election process in the <a |
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.
@infinisil I think you meant like this?
half of the seats. You can read more about the election process in the <a | |
at least half of the seats. You can read more about the election process in the <a |
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.
Yes thanks! I think I tested some new review UI that was kind of broken, because I'm pretty sure I selected both lines for the suggestion 😆
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.
Looks great! Left some comments on the suggestions
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/sc-meeting-2025-10-15-17-05-utc/70966/1 |
Convert the values page into something that is more clear about how the projects governance is working.