diff --git a/.github/ISSUE_TEMPLATE/domain_blacklist.yml b/.github/ISSUE_TEMPLATE/domain_blacklist.yml index a5a35386b8f..44b3c137065 100644 --- a/.github/ISSUE_TEMPLATE/domain_blacklist.yml +++ b/.github/ISSUE_TEMPLATE/domain_blacklist.yml @@ -90,7 +90,7 @@ body: validations: required: false - - tyoe: textarea + - type: textarea id: nameServers attributes: label: Name servers @@ -98,7 +98,8 @@ body: placeholder: | ns1.example.com ns2.example.com - value: null + value: | + null render: text - type: textarea