Skip to content

Commit

Permalink
[chore] Add issue template for RFC votes (#11559)
Browse files Browse the repository at this point in the history
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

<!-- Issue number if applicable -->

Adds issue template for making votes.

#### Link to tracking issue
Fixes #11552

---------

Co-authored-by: Evan Bradley <[email protected]>
  • Loading branch information
mx-psi and evan-bradley authored Nov 4, 2024
1 parent e1a688f commit 0982ff8
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/vote.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
name: Vote
about: Vote to make a decision related to an RFC
title: '[Vote] RFC #XXXX:'
labels: "rfc:vote-needed"
assignees: ''
---

A [vote](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/rfcs/README.md#voting) has been called for RFC #XXXX following the RFC process.

### Stakeholders

Any person in the community may vote. Votes of the stakeholders are binding. Stakeholders are
encouraged to consider the views from the wider community when casting their vote. As defined in the
RFC, there are N stakeholders for this RFC divided as follows:

| Stakeholders | As defined on date | Number of people |
|-------------------------------------|--------------------|------------------|
| @open-telemetry/collector-approvers | yyyy-mm-dd | N |

<!--Add additional rows if there are additional stakeholders for the RFC-->

For any stakeholder team, we consider the people that were part of the team at the time the vote is called.

### Voting options

| Option | Description | # Votes (stakeholders) | # Votes (total) |
|--------|-------------|------------------------|-----------------|
| Option 1 | Description of the option | 0 | 0 |

<!--Add additional rows if there are additional options for the RFC-->

### Result

The vote is in progress. A minimum of X votes is required to select an option.

<!--Uncomment the sentence below when the vote has been closed and the result is known.-->
<!--The vote has been closed. X stakeholders voted out of a total of Y. **Option N** has been selected with Z votes from the stakeholders.-->

### Vote process

Please **leave a comment** with your vote and any additional context you would like to provide.
Start your comment with "I vote for **Option N**." and then provide any additional context.

### Related links

Include here any links to the RFC, other PRs and resources that help make an informed vote.

### Checklists

When starting the vote:

- [ ] Announce the vote in the #otel-collector-dev CNCF Slack channel.
- [ ] Add an entry to announce the vote in the next Collector SIG meeting.

For closing the vote:

- [ ] At least five business days have passed since the vote was announced.
- [ ] At least one-third of the stakeholders have voted.
- [ ] The "Voting options" and "Result" sections have been updated reflecting the votes casted.
- [ ] The RFC has been updated reflecting the votes casted.

0 comments on commit 0982ff8

Please sign in to comment.