From 43d8adc71754b2e0a2174ba74de95a42a150a17f Mon Sep 17 00:00:00 2001 From: Mikhail Koliada <88318005+mikhailkoliada@users.noreply.github.com> Date: Mon, 12 Dec 2022 12:40:55 +0100 Subject: [PATCH] Do not include macOS-10.15 into templates (#6748) --- .github/ISSUE_TEMPLATE/announcement.yml | 1 - .github/ISSUE_TEMPLATE/bug-report.yml | 1 - .github/ISSUE_TEMPLATE/tool-request.yml | 1 - .github/pull_request_template.md | 4 ++-- 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/announcement.yml b/.github/ISSUE_TEMPLATE/announcement.yml index 00ea1e712..59b3bba81 100644 --- a/.github/ISSUE_TEMPLATE/announcement.yml +++ b/.github/ISSUE_TEMPLATE/announcement.yml @@ -39,7 +39,6 @@ body: - label: Ubuntu 18.04 - label: Ubuntu 20.04 - label: Ubuntu 22.04 - - label: macOS 10.15 - label: macOS 11 - label: macOS 12 - label: Windows Server 2019 diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index cdda5b2c7..158421a7b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -22,7 +22,6 @@ body: - label: Ubuntu 18.04 - label: Ubuntu 20.04 - label: Ubuntu 22.04 - - label: macOS 10.15 - label: macOS 11 - label: macOS 12 - label: Windows Server 2019 diff --git a/.github/ISSUE_TEMPLATE/tool-request.yml b/.github/ISSUE_TEMPLATE/tool-request.yml index b0a4ff140..cf8c29ab1 100644 --- a/.github/ISSUE_TEMPLATE/tool-request.yml +++ b/.github/ISSUE_TEMPLATE/tool-request.yml @@ -60,7 +60,6 @@ body: - label: Ubuntu 18.04 - label: Ubuntu 20.04 - label: Ubuntu 22.04 - - label: macOS 10.15 - label: macOS 11 - label: macOS 12 - label: Windows Server 2019 diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d815d34fd..ea57d45f5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ # Description -New tool, Bug fixing, or Improvement? -Please include a summary of the change and which issue is fixed. Also include relevant motivation and context. +New tool, Bug fixing, or Improvement? +Please include a summary of the change and which issue is fixed. Also include relevant motivation and context. **For new tools, please provide total size and installation time.**