From f74b6f0db38d2e113a641b192110a1c0eee6cb03 Mon Sep 17 00:00:00 2001 From: Maria Khrustaleva Date: Wed, 22 Dec 2021 12:43:45 +0300 Subject: [PATCH] Fix grammarly issues (#4059) * Fix grammarly issues * Update license * Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Boris Sekachev --- .github/ISSUE_TEMPLATE.md | 4 ++-- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index d9506af8..b5088a5b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,5 +1,5 @@ @@ -24,7 +24,7 @@ current behavior --> to implement the addition or change --> ### Steps to Reproduce (for bugs) - 1. 1. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6dbf6651..b638c720 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,7 +5,7 @@ SPDX-License-Identifier: MIT --> @@ -25,10 +25,10 @@ see how your change affects other areas of the code, etc. --> ### Checklist - [ ] 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 added a 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 - [ ] I have added tests to cover my changes