From 22d35c199d797c802270c1a68681978cd2d5a6f9 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Thu, 1 Jun 2023 22:57:31 -0700 Subject: [PATCH] Add Windows package manager to list --- .github/ISSUE_TEMPLATE/1-bug-report-general.yml | 1 + .github/ISSUE_TEMPLATE/2-problem-with-specific-file.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report-general.yml b/.github/ISSUE_TEMPLATE/1-bug-report-general.yml index bb25439a..1027186f 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report-general.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report-general.yml @@ -25,6 +25,7 @@ body: options: - PyPI (pip, poetry, pipx, etc.) - Linux package manager (apt, dnf, etc.) + - Wndows package manager (chocolatey, etc.) - Homebrew - Docker container - Ubuntu snap diff --git a/.github/ISSUE_TEMPLATE/2-problem-with-specific-file.yml b/.github/ISSUE_TEMPLATE/2-problem-with-specific-file.yml index 87897f07..276715f8 100644 --- a/.github/ISSUE_TEMPLATE/2-problem-with-specific-file.yml +++ b/.github/ISSUE_TEMPLATE/2-problem-with-specific-file.yml @@ -41,6 +41,7 @@ body: options: - PyPI (pip, poetry, pipx, etc.) - Linux package manager (apt, dnf, etc.) + - Windows package manager (chocolatey, etc.) - Homebrew - Docker container - Ubuntu snap