Skip to content

Commit d7a4539

Browse files
Update . location.
1 parent 79581fa commit d7a4539

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ not fully covered by unit tests or manual testing can be complicated. -->
2525
- [ ] I have added unit tests to cover my changes.​
2626
- [ ] I have added integration tests to cover my changes.​
2727
- [ ] 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)
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).
3030
- [ ] 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).
3131

3232
### License
3333

3434
- [ ] I submit _my code changes_ under the same [MIT License](https://github.com/openvinotoolkit/training_extensions/blob/develop/LICENSE) that covers the project.
3535
Feel free to contact the maintainers if that's a concern.
36-
- [ ] 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).
3737

3838
```python
3939
# Copyright (C) 2023 Intel Corporation

0 commit comments

Comments
 (0)