From 50fc68b9818c7acf3eca44e4676c1d8e4a8c8c46 Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Mon, 3 Jul 2023 11:00:30 +0300 Subject: [PATCH] Update PRs & Issue templates to exclude 3.4 from active development. --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- .github/ISSUE_TEMPLATE/documentation.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index dd53e9508c..2b856bea24 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -15,12 +15,12 @@ body: Please provide the following system information to help us diagnose the bug. For example: // example for c++ user - OpenCV version: 4.6.0 + OpenCV version: 4.8.0 Operating System / Platform: Ubuntu 20.04 Compiler & compiler version: GCC 9.3.0 // example for python user - OpenCV python version: 4.6.0.66 + OpenCV python version: 4.8.0.74 Operating System / Platform: Ubuntu 20.04 Python version: 3.9.6 validations: diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index d33c030972..8d4d3e440b 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -12,7 +12,7 @@ body: attributes: label: Describe the doc issue description: > - Please provide a clear and concise description of what content in https://docs.opencv.org/ is an issue. Note that there are multiple active branches, such as 3.4, 4.x and 5.x, so please specify the branch with the problem. + Please provide a clear and concise description of what content in https://docs.opencv.org/ is an issue. Note that there are multiple active branches, such as 4.x and 5.x, so please specify the branch with the problem. placeholder: | A clear and concise description of what content in https://docs.opencv.org/ is an issue.