From cc93199918ba5f72d018c49faa23990c8d67273f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Bj=C3=B6rk=C3=A4ng?= Date: Thu, 21 Dec 2023 13:02:31 +0100 Subject: [PATCH] .github: Fix up syntax --- .../1-bug-report-false-positives.yml | 60 +++++++++--------- .../ISSUE_TEMPLATE/2-bug-further-support.yml | 63 +++++++++---------- 2 files changed, 61 insertions(+), 62 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report-false-positives.yml b/.github/ISSUE_TEMPLATE/1-bug-report-false-positives.yml index fa6d92c..70dff61 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report-false-positives.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report-false-positives.yml @@ -1,36 +1,36 @@ --- -- name: Reporting false positives - description: This form is to report false positives in our DNS block lists. - labels: - - bug - - report +name: Reporting false positives +description: This form is to report false positives in our DNS block lists. +labels: + - bug + - report - body: +body: - - type: markdown - attributes: - value: Thank you for wanting to help us improve our DNS block lists by reporting issues. + - type: markdown + attributes: + value: Thank you for wanting to help us improve our DNS block lists by reporting issues. - - type: checkboxes - id: reported-upstream - attributes: - label: Tried reporting upstream already? - description: > - If the URL you wish to report exists in an upstream block list, - ensure you have attempted to contact the repository owner directly. - option: - - label: I have attempted already, but to no avail. - required: true + - type: checkboxes + id: reported-upstream + attributes: + label: Tried reporting upstream already? + description: > + If the URL you wish to report exists in an upstream block list, + ensure you have attempted to contact the repository owner directly. + option: + - label: I have attempted already, but to no avail. + required: true - - type: textarea - id: desired-urls - attributes: - label: What are the desired URLs to be unblocked? - validations: - required: true + - type: textarea + id: desired-urls + attributes: + label: What are the desired URLs to be unblocked? + validations: + required: true - - type: textarea - id: additional - attributes: - label: Additional Information - description: Is there any additional information that you can provide? + - type: textarea + id: additional + attributes: + label: Additional Information + description: Is there any additional information that you can provide? diff --git a/.github/ISSUE_TEMPLATE/2-bug-further-support.yml b/.github/ISSUE_TEMPLATE/2-bug-further-support.yml index f7803a7..249e27a 100644 --- a/.github/ISSUE_TEMPLATE/2-bug-further-support.yml +++ b/.github/ISSUE_TEMPLATE/2-bug-further-support.yml @@ -1,38 +1,37 @@ --- -- name: More technical help required - description: This form is to ask for extra support regarding our DNS block lists and DNS services - labels: - - support - - report +name: More technical help required +description: This form is to ask for extra support regarding our DNS block lists and DNS services +labels: + - support + - report - body: +body: - - type: markdown - attributes: - value: Thank you for wanting to help us improve our DNS services by reporting issues. + - type: markdown + attributes: + value: Thank you for wanting to help us improve our DNS services by reporting issues. - - type: checkboxes - id: asked-support-team - attributes: - label: Have you contacted the Support Team already? - description: > - The optimal course of action is to contact our Support Team by email. - Prior to asking a question about DNS server specifics, please ensure you troubleshoot - with them directly. https://mullvad.net/help + - type: checkboxes + id: asked-support-team + attributes: + label: Have you contacted the Support Team already? + description: > + The optimal course of action is to contact our Support Team by email. + Prior to asking a question about DNS server specifics, please ensure you troubleshoot + with them directly. https://mullvad.net/help + option: + - label: I have attempted already, but to no avail, or they pointed me here. + required: true - option: - - label: I have attempted already, but to no avail, or they pointed me here. - required: true + - type: textarea + id: issues-experienced + attributes: + label: What are the issues you need support with? + validations: + required: true - - type: textarea - id: issues-experienced - attributes: - label: What are the issues you need support with? - validations: - required: true - - - type: textarea - id: additional - attributes: - label: Additional Information - description: Is there any additional information that you can provide? + - type: textarea + id: additional + attributes: + label: Additional Information + description: Is there any additional information that you can provide?