forked from open-telemetry/opentelemetry-collector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs, .github] Add new issue template for stabilizing a module (open…
…-telemetry#8935) This adds a new release template for stabilizing a module. The intent is to try this out for pdata and featuregate, and iterate on the template over time.
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
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,24 @@ | ||
--- | ||
name: Module stabilization | ||
about: Stabilize a module before a 1.0 release | ||
title: 'Stabilize module X' | ||
labels: 'stabilization' | ||
assignees: '' | ||
--- | ||
|
||
Before stabilizing a module, an approver or maintainer must make sure that the following criteria are met: | ||
|
||
- [ ] One RC release or more have been done of this module | ||
- [ ] No open issues or PRs in the module that would require breaking changes | ||
- [ ] No TODOs in the module code that would require breaking changes | ||
- [ ] No deprecated symbols in the module | ||
- [ ] No symbols marked as experimental in the module | ||
- [ ] The module follows the [Coding guidelines](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CONTRIBUTING.md) | ||
|
||
Please also make sure to publicly announce our intent to stabilize the module on: | ||
|
||
- [ ] The #otel-collector CNCF Slack Channel | ||
- [ ] The #opentelemetry CNCF Slack channel | ||
- [ ] A Collector SIG meeting (if unable to attend, just add to the agenda) | ||
|
||
To help other people verify the above criteria, please link to an RC release, the announcement and other links used to complete the above in a comment on this issue. |
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