From 13dadeb6a96dbdc1991f8ddc5dafba8980f5db23 Mon Sep 17 00:00:00 2001 From: Sigurd Spieckermann Date: Thu, 1 May 2025 10:49:57 +0200 Subject: [PATCH] chore: add `uvx+pypi`/`uvx+git` installation method choices to problem issue template --- .github/ISSUE_TEMPLATE/problem.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/problem.yml b/.github/ISSUE_TEMPLATE/problem.yml index 6a84805..4ad8ed1 100644 --- a/.github/ISSUE_TEMPLATE/problem.yml +++ b/.github/ISSUE_TEMPLATE/problem.yml @@ -104,6 +104,8 @@ body: attributes: label: Installation method options: + - uvx+pypi + - uvx+git - pipx+pypi - pipx+git - pip+pypi