From 70b6f0f46c3a0a16d7113e930b71a26b1b105523 Mon Sep 17 00:00:00 2001 From: Nikita Manovich <40690625+nmanovic@users.noreply.github.com> Date: Mon, 20 Apr 2020 10:47:36 +0300 Subject: [PATCH] Improve PR template (#1427) * Simplified PR template. * Remove a new line to make codacy happy. --- .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 23b9bde8..f07c5f8c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,6 +4,12 @@ Copyright (C) 2020 Intel Corporation SPDX-License-Identifier: MIT --> + + ### Motivation and context @@ -21,10 +27,7 @@ see how your change affects other areas of the code, etc. --> If an item isn't applicable by a reason then ~~explicitly strikethrough~~ the whole line. If you don't do that github will show incorrect process for the pull request. If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - -- [ ] I have raised an issue to propose this change ([required](https://github.com/opencv/cvat/issues)) -- [ ] My issue has received approval from the maintainers -- [ ] I've read the [CONTRIBUTION](https://github.com/opencv/cvat/blob/develop/CONTRIBUTING.md) guide +- [ ] I submit my changes into the `develop` branch - [ ] I have added description of my changes into [CHANGELOG](https://github.com/opencv/cvat/blob/develop/CHANGELOG.md) file - [ ] I have updated the [documentation]( https://github.com/opencv/cvat/blob/develop/README.md#documentation) accordingly