-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 GC Election 2024 announcement blog post #5133
Merged
theletterf
merged 7 commits into
open-telemetry:main
from
danielgblanco:add_gc_election_24_blogpost
Sep 3, 2024
Merged
Changes from 6 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
d3d95f0
Add GC Election 2024 announcement blog post
danielgblanco c76c955
Fix format on blog post
danielgblanco b127c32
Update refcache
danielgblanco 1aa0244
Update content/en/blog/2024/gc-elections.md
danielgblanco d6075bc
Fix format on blog post
danielgblanco 59df8e9
Merge branch 'main' into add_gc_election_24_blogpost
danielgblanco e8248a2
Update gc-elections.md
theletterf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
--- | ||
title: Announcing the 2024 OpenTelemetry Governance Committee Election | ||
linkTitle: 2024 GC Election | ||
date: 2024-09-02 | ||
author: OpenTelemetry Governance Committee | ||
aliases: [gc-elections-2024] | ||
--- | ||
|
||
The OpenTelemetry project is excited to announce the 2024 OpenTelemetry | ||
Governance Committee (GC) election. Nominations are due by 11 October 2024 23:59 | ||
UTC. The list of eligible candidates will be shared on 14 October 2024. Voting | ||
will take place between 21 October 2024 00:00 UTC and 23 October 2024 23:59 UTC, | ||
and the final election results will be announced 25 October 2024. | ||
|
||
## Vote! | ||
|
||
If you are a | ||
[member of standing](https://github.com/open-telemetry/community/blob/main/governance-charter.md#members-of-standing) | ||
in the OpenTelemetry community, we invite you to participate with your vote in | ||
this election to ensure that the community is well-represented in the Governance | ||
Committee. In this election four people must be elected, each with two-year | ||
terms. | ||
|
||
If you have made contributions to our ecosystem not measured by the automatic | ||
process, you can [request an exception](https://forms.gle/LBvyRpNwZvqcJxUbA) to | ||
participate in the election before 23:59 UTC on 18 October 2024. The voter roll | ||
with all members of standing and approved exceptions will be published by 4 | ||
October 2024 and continuously updated until the exception deadline. | ||
|
||
Voting will be open between 21 October 2024 00:00 UTC and 23 October 2024 23:59 | ||
UTC on | ||
[Helios Voting](https://vote.heliosvoting.org/helios/elections/176e7ca8-647d-11ef-9b9a-2a30e2a223da/view); | ||
voters will need to sign in with their GitHub account. | ||
|
||
To learn more about the election process, read about all the details | ||
[here](https://github.com/open-telemetry/community/blob/main/elections/2024/governance-committee-election.md). | ||
|
||
## Interested in joining the Governance Committee? | ||
|
||
If you’ve been working on OpenTelemetry and seeing it grow, or are an end-user | ||
that wants to help us make OpenTelemetry better, now’s the time to consider | ||
running for a seat on the Governance Committee. You can read about the | ||
Governance Committee's role in | ||
[this blog](/blog/2019/opentelemetry-governance-committee-explained/) post or | ||
refer to the | ||
[charter document](https://github.com/open-telemetry/community/blob/master/governance-charter.md). | ||
You may nominate yourself (or others!) by submitting a Pull Request against the | ||
[list of candidates](https://github.com/open-telemetry/community/blob/main/elections/2024/governance-committee-candidates.md) | ||
by 11 October 2024 23:59 UTC — more detailed requirements about the nomination | ||
and ratification process can be found | ||
[here](https://github.com/open-telemetry/community/blob/main/elections/2024/governance-committee-election.md). | ||
|
||
We would like to thank the GC members who have helped grow OpenTelemetry, and | ||
invite them to run for re-election if they so choose: Alolita Sharma, Daniel | ||
Dyla, Morgan McLean, and Trask Stalnaker. | ||
|
||
## Questions? | ||
|
||
For any election related questions, please file an issue on the | ||
[community repository](https://github.com/open-telemetry/community/issues) | ||
tagging the `@open-telemetry/otel-elections` team, email us at | ||
[[email protected]](mailto:[email protected]), | ||
or reach out to us on [CNCF Slack](https://slack.cncf.io/) in | ||
[#opentelemetry](https://cloud-native.slack.com/archives/CJFCJHG4Q) if you have | ||
an urgent access issue during voting. | ||
|
||
See you at the polls! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
FYI, this alias isn't needed, because the file was never published as
gc-elections-2024
. I'll submit a followup PR so that we don't continue to propagate this unnecessary alias each year 😄.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.
Thanks! I didn't know alias was not a required field. Although it does make sense.
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.
Right, not obvious -- no worries. See #5145 for the followup.