Skip to content

Commit 79581fa

Browse files
chuneuny-emilyemily.chun
andauthored
Update PR template (#1914)
Co-authored-by: emily.chun <chuneuny@ikvensx012>
1 parent e456f02 commit 79581fa

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/pull_request_template.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,18 @@ not fully covered by unit tests or manual testing can be complicated. -->
2222

2323
<!-- Put an 'x' in all the boxes that apply -->
2424

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).
3031

3132
### License
3233

3334
- [ ] I submit _my code changes_ under the same [MIT License](https://github.com/openvinotoolkit/training_extensions/blob/develop/LICENSE) that covers the project.
3435
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)
3637

3738
```python
3839
# Copyright (C) 2023 Intel Corporation

0 commit comments

Comments
 (0)