From 342fa21191298d149e072e7018605d9178bc3543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Thu, 5 Oct 2023 14:29:10 -0400 Subject: [PATCH] core: add DNS information to bugs issue template --- .github/ISSUE_TEMPLATE/bugs.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bugs.yml b/.github/ISSUE_TEMPLATE/bugs.yml index d3a644902..010ec238d 100644 --- a/.github/ISSUE_TEMPLATE/bugs.yml +++ b/.github/ISSUE_TEMPLATE/bugs.yml @@ -28,6 +28,17 @@ body: - Vultr validations: required: true + - type: dropdown + id: dns + attributes: + label: Which DNS? + multiple: true + options: + - None specific + - Cloud ones (default) + - Cloudflare + validations: + required: true - type: dropdown id: type attributes: