From 0ba01161bfebf09180bcac0cd889a087ecb57516 Mon Sep 17 00:00:00 2001 From: Klemens Nanni Date: Fri, 21 Jan 2022 03:35:40 +0300 Subject: [PATCH] MAINT(github): List OpenBSD as supported OS Noticed while creating #5488. --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/ISSUE_TEMPLATE/support.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 06eb70df2..ca9bd8c38 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -52,6 +52,7 @@ body: - Windows - macOS - FreeBSD + - OpenBSD - Other validations: required: true diff --git a/.github/ISSUE_TEMPLATE/support.yml b/.github/ISSUE_TEMPLATE/support.yml index b702d8aaf..92d4ac2e1 100644 --- a/.github/ISSUE_TEMPLATE/support.yml +++ b/.github/ISSUE_TEMPLATE/support.yml @@ -45,6 +45,7 @@ body: - Windows - macOS - FreeBSD + - OpenBSD - Other validations: required: true