From 44706f4e3dc856a3843ab97533bd7ab7bbcfbd10 Mon Sep 17 00:00:00 2001 From: ngn Date: Sat, 20 Jul 2024 23:05:40 +0300 Subject: [PATCH] fix: allow users to select multiple pools while reporting issues --- .gitea/issue_template.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/issue_template.yaml b/.gitea/issue_template.yaml index 349ba9a..d1fab5a 100644 --- a/.gitea/issue_template.yaml +++ b/.gitea/issue_template.yaml @@ -16,8 +16,9 @@ body: - type: dropdown id: repo attributes: - label: Select a repo - description: Which repo are you using? (Check /etc/matt/config.ini) + label: Select a pool + description: Which pool(s) are having this issue on? (Check /etc/matt/config.ini) + multiple: true options: - Stable base repo (mptp://stable.matterlinux.xyz/base) - Next base repo (mptp://next.matterlinux.xyz/base)