You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,17 +22,18 @@ not fully covered by unit tests or manual testing can be complicated. -->
22
22
23
23
<!-- Put an 'x' in all the boxes that apply -->
24
24
25
-
-[ ] I submit my changes into the `develop` branch
26
-
-[ ] I have added description of my changes into [CHANGELOG](https://github.com/openvinotoolkit/training_extensions/blob/develop/CHANGELOG.md)
27
-
-[ ] I have updated the [documentation](https://github.com/openvinotoolkit/training_extensions/tree/develop/docs) accordingly
28
-
-[ ] I have added tests to cover my changes
29
-
-[ ] I have [linked related issues](https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)
25
+
-[ ] I have added unit tests to cover my changes.
26
+
-[ ] I have added integration tests to cover my changes.
27
+
-[ ] I have added e2e tests for validation.
28
+
-[ ] I have added the description of my changes into CHANGELOG in my target branch. (e.g., [CHANGELOG](https://github.com/openvinotoolkit/training_extensions/blob/develop/CHANGELOG.md) in develop)
29
+
-[ ] I have updated the documentation in my target branch accordingly. (e.g., [documentation](https://github.com/openvinotoolkit/training_extensions/tree/develop/docs) in develop)
30
+
-[ ] I have [linked related issues](https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword).
30
31
31
32
### License
32
33
33
34
-[ ] I submit _my code changes_ under the same [MIT License](https://github.com/openvinotoolkit/training_extensions/blob/develop/LICENSE) that covers the project.
34
35
Feel free to contact the maintainers if that's a concern.
35
-
-[ ] I have updated the license header for each file (see an example below)
36
+
-[ ] I have updated the license header for each file. (see an example below)
0 commit comments