From ff5e938022cc30c889a12c9afb2979ffbf935898 Mon Sep 17 00:00:00 2001 From: Alexander Medvedev Date: Thu, 5 Dec 2024 15:09:16 +0100 Subject: [PATCH] use quotes in bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 28 +++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f2dfd66db..fd3149c8e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,50 +1,50 @@ -name: Bug report -description: Create a bug report to help us improve +name: "Bug report" +description: "Create a bug report to help us improve" labels: ["bug"] assignees: Snowiiii body: - type: checkboxes id: duplicate attributes: - label: I've searched existing issues and couldn't find a duplicate. - description: I confirm this is not a duplicate. + label: "I've searched existing issues and couldn't find a duplicate." + description: "I confirm this is not a duplicate." options: - - label: I confirm this is not a duplicate. + - label: "I confirm this is not a duplicate." required: true - type: input id: os attributes: label: Operating System - description: What operating system are you using? + description: "What operating system are you using?" placeholder: "Example: macOS Big Sur" validations: required: true - type: input id: version attributes: - label: Server Software Version/Commit - description: What Server Software Version/Commit are you using?. Tip: Use the /pumpkin command + label: "Server Software Version/Commit" + description: "What Server Software Version/Commit are you using?. (Tip: Use the /pumpkin command)" placeholder: "Example: 1.0.0/39b4cb3" validations: required: true - type: textarea id: what-happened attributes: - label: What happened? - description: A clear and concise description of what the bug is. + label: "What happened?" + description: "A clear and concise description of what the bug is." validations: required: true - type: textarea id: to-reproduce attributes: - label: To Reproduce - description: Steps to reproduce the behavior + label: "To Reproduce" + description: "Steps to reproduce the behavior" validations: required: true - type: textarea id: expected-behavior attributes: - label: Expected behavior - description: A clear and concise description of what you expected to happen. + label: "Expected behavior" + description: "A clear and concise description of what you expected to happen." validations: required: true