Skip to content

Commit

Permalink
Adding template for a promotion request
Browse files Browse the repository at this point in the history
Introducing a template for a promotion request. This template will help
collect all necessary information/details to promote any feature to next level.
  • Loading branch information
pritidesai committed Sep 13, 2022
1 parent 70b3a5d commit f0e5eba
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/promotion-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Promotion Request
about: Template for feature promotion requests
labels: kind/feature
---

### Feature looking for Promotion

<!-- Please describe the feature you would like to promote from the existing level. -->

### Current Feature Version

<!-- What level of `enable-api-fields` is needed to enable this feature (alpha, beta, or stable)? -->

### Raise Feature Version

<!-- What level of `enable-api-fields` will be needed to enable this feature after the promotion (beta or stable)? -->

### Pipeline Release

<!-- When was this feature introduced? Please specify the Pipeline version. -->

### Issues Reported by the Users

<!-- List any issue that a user might have reported for this feature which has to be fixed before it is promoted. -->

### Usage in Dogfooding Cluster

<!-- Have we implemented this feature in our dogfooding cluster? If so, please provide links to the implementation otherwise say None. -->

### Examples/Tests

<!-- Provide links to the examples and e2e tests showcasing this feature. -->

0 comments on commit f0e5eba

Please sign in to comment.