|
1 | | -<!--- |
2 | | - SPDX-FileCopyrightText: (C) 2025 Intel Corporation |
3 | | - SPDX-License-Identifier: Apache-2.0 |
4 | 1 |
|
5 | | - ------------------------------------------------------ |
| 2 | +### Description |
6 | 3 |
|
7 | | - Author Mandatory (to be filled by PR Author/Submitter) |
8 | | - ------------------------------------------------------ |
| 4 | +Please include a summary of the changes and the related issue. List any dependencies that are required for this change. |
9 | 5 |
|
10 | | - - Developer who submits the Pull Request for merge is required to mark the checklist below as applicable for the PR changes submitted. |
11 | | - - Those checklist items which are not marked are considered as not applicable for the PR change. |
12 | | ---> |
| 6 | +Fixes # (issue) |
13 | 7 |
|
14 | | -### PULL DESCRIPTION |
| 8 | +### Any Newly Introduced Dependencies |
15 | 9 |
|
16 | | -_Provide a 1-2 line brief overview of the changes submitted through the Pull Request..._ |
| 10 | +Please describe any newly introduced 3rd party dependencies in this change. List their name, license information and how they are used in the project. |
17 | 11 |
|
| 12 | +### How Has This Been Tested? |
18 | 13 |
|
19 | | -### Impact Analysis |
| 14 | +Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration |
20 | 15 |
|
21 | | -| Info | Please fill out this column | |
22 | | -| ----------- | ---------------------------------------------------------------------------------- | |
23 | | -| Root Cause | Specifically for bugs, empty in case of no variants | |
24 | | -| Jira ticket | Add the name to the Jira. | |
| 16 | +### Checklist: |
25 | 17 |
|
26 | | - |
27 | | -### CODE MAINTAINABILITY |
28 | | - |
29 | | -- [ ] Added required new tests relevant to the changes and the URL has been included |
30 | | -- [ ] Updated Documentation as relevant to the changes |
31 | | -- [ ] PR change contains code related to security |
32 | | -- [ ] PR introduces changes that break compatibility with other modules/services (If YES, please provide description) |
33 | | - |
34 | | - |
35 | | -# _Code must act as a teacher for future developers_ |
| 18 | +- [ ] I agree to use the APACHE-2.0 license for my code changes |
| 19 | +- [ ] I have not introduced any 3rd party dependency changes |
| 20 | +- [ ] I have performed a self-review of my code |
0 commit comments