Skip to content

Commit 7969bf0

Browse files
authored
chore: updated pr template (#15)
1 parent c1db49d commit 7969bf0

1 file changed

Lines changed: 11 additions & 26 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,20 @@
1-
<!---
2-
SPDX-FileCopyrightText: (C) 2025 Intel Corporation
3-
SPDX-License-Identifier: Apache-2.0
41

5-
------------------------------------------------------
2+
### Description
63

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.
95

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)
137

14-
### PULL DESCRIPTION
8+
### Any Newly Introduced Dependencies
159

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.
1711

12+
### How Has This Been Tested?
1813

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
2015

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:
2517

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

Comments
 (0)