|
| 1 | +<!--- |
| 2 | +Copyright (C) 2020 Intel Corporation |
| 3 | +
|
| 4 | +SPDX-License-Identifier: MIT |
| 5 | +--> |
| 6 | + |
| 7 | +<!-- Provide a general summary of your changes in the Title above --> |
| 8 | + |
| 9 | +### Motivation and context |
| 10 | +<!-- Why is this change required? What problem does it solve? If it fixes an open |
| 11 | +issue, please link to the issue here. Describe your changes in detail, add |
| 12 | +screenshots. --> |
| 13 | + |
| 14 | +### How has this been tested? |
| 15 | +<!-- Please describe in detail how you tested your changes. |
| 16 | +Include details of your testing environment, and the tests you ran to |
| 17 | +see how your change affects other areas of the code, etc. --> |
| 18 | + |
| 19 | +### Checklist |
| 20 | +<!-- Go over all the following points, and put an `x` in all the boxes that apply. |
| 21 | +If an item isn't applicable by a reason then ~~explicitly strikethrough~~ the whole |
| 22 | +line. If you don't do that github will show incorrect process for the pull request. |
| 23 | +If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
| 24 | + |
| 25 | +- [ ] I have raised an issue to propose this change ([required](https://github.com/opencv/cvat/issues)) |
| 26 | +- [ ] My issue has received approval from the maintainers |
| 27 | +- [ ] I've read the [CONTRIBUTION](https://github.com/opencv/cvat/blob/develop/CONTRIBUTING.md) guide |
| 28 | +- [ ] I have added description of my changes into [CHANGELOG](https://github.com/opencv/cvat/blob/develop/CHANGELOG.md) file |
| 29 | +- [ ] I have updated the [documentation]( |
| 30 | + https://github.com/opencv/cvat/blob/develop/README.md#documentation) accordingly |
| 31 | +- [ ] I have added tests to cover my changes |
| 32 | +- [ ] I have linked related issues ([read github docs]( |
| 33 | + 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)) |
| 34 | + |
| 35 | +### License |
| 36 | + |
| 37 | +- [ ] I submit _my code changes_ under the same [MIT License]( |
| 38 | + https://github.com/opencv/cvat/blob/develop/LICENSE) that covers the project. |
| 39 | + Feel free to contact the maintainers if that's a concern. |
| 40 | +- [ ] I have updated the license header for each file (see an example below) |
| 41 | + |
| 42 | +```python |
| 43 | +# Copyright (C) 2020 Intel Corporation |
| 44 | +# |
| 45 | +# SPDX-License-Identifier: MIT |
| 46 | +``` |
0 commit comments