From 04b3cef515ca5602e0ed4bf06b6e05ebdfd2641e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Thu, 5 Oct 2023 14:53:45 -0400 Subject: [PATCH] core: add DNS information to bugs issue template (#1834) --- .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: