-
Notifications
You must be signed in to change notification settings - Fork 14
Add middleware change request issue template #2354
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
Merged
anand-ky
merged 1 commit into
develop
from
feature/add-middleware-change-request-template
Dec 5, 2025
Merged
Changes from all commits
Commits
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 hidden or 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,81 @@ | ||
| name: RDK-E Middleware Change Request | ||
| description: Change Request for RDK-E Middleware | ||
| title: "<JIRA TICKET>:<Ticket Title> " | ||
| labels: ["MW Change Request"] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Change Request for RDK-E Middleware | ||
|
|
||
| - type: textarea | ||
| id: description | ||
| attributes: | ||
| label: Description | ||
| description: Provide a clear and concise description of the feature or bug ticket | ||
| placeholder: Describe the changes you are bringing | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: additional-context | ||
| attributes: | ||
| label: Additional Context | ||
| description: Add any other context, screenshots, or examples about the feature request | ||
| placeholder: Any other relevant information | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: textarea | ||
| id: dod-checklist | ||
| attributes: | ||
| label: Definition of Done (DoD) | ||
| description: Mark items with [x] and replace the placeholder text on Details lines with actual information. | ||
| value: | | ||
| Please complete the following Middleware Layer Integration checklist items to ensure all requirements for changes to be merged. | ||
|
|
||
| **IMPORTANT:** Do NOT provide any proprietary information including: | ||
| - Links to internal Automatics/CI builds | ||
| - Links to internal Confluence pages | ||
| - Any other Comcast/Sky proprietary or confidential information | ||
| - Development Build/Setup Details | ||
|
|
||
| Only provide publicly accessible information and links. All proprietary information should be added to JIRA Ticket. | ||
|
|
||
| --- | ||
|
|
||
| - [ ] **Middleware component tags with changelog** | ||
| - Details: For instance https://github.com/rdkcentral/hdmicec/blob/1.0.7/CHANGELOG.md. Include all components that need to go together for Builds to work. | ||
|
|
||
| - [ ] **Tested on STBs** | ||
|
|
||
| - [ ] **Tested on TVs** | ||
|
|
||
| - [ ] **Dependent Layer tags (App Layer, OSS, Product, Halif Headers, Vendor Layers)** | ||
| - Details: (e.g. https://github.com/rdk-e/meta-image-support/blob/4.1.1/CHANGELOG.md) | ||
|
|
||
| - [ ] **Do Widgets Need Publishing** | ||
| - Details: (Provide context if widgets are involved) | ||
|
|
||
| - [ ] **Copilot review for Components** | ||
| - Details: (Any comments on the review) | ||
|
|
||
| - [ ] **Component Test** | ||
| - Details: Share Testing done as part of components release | ||
anand-ky marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| - [ ] **Integration Testing** | ||
| - Details: Provide details on Integration testing done within Middleware layer | ||
|
|
||
| - [ ] **E2E Testing** | ||
| - Details: Provide details on end to end testing done across all layers | ||
|
|
||
| - [ ] **Performance Testing** | ||
| - Details: Provide details on performance testing done | ||
|
|
||
| - [ ] **Static code analysis/Coverity** | ||
| - Details: Share Coverity runs for components affected | ||
|
|
||
| - [ ] **Manual Functional Test** | ||
|
|
||
| validations: | ||
| required: true | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.