From 904d552801f6727f292d62ef9c337f715d050d94 Mon Sep 17 00:00:00 2001 From: David Refoua Date: Tue, 18 Oct 2022 02:30:31 +0330 Subject: [PATCH] fix yml issue --- .github/ISSUE_TEMPLATE/bug-report.yml | 6 +++--- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- .github/ISSUE_TEMPLATE/question.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index c117a3b..e67197d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -147,9 +147,9 @@ body: options: - label: I have read the documentation. required: true - - label: - I have searched for similar issues and found none that describe my issue. + - label: I have searched for similar issues and found none that describe my issue. required: true - - label: - I have reproduced the issue on the latest version of Cmder. + - label: I have reproduced the issue on the latest version of Cmder. required: true - - label: - I am certain my issues are not related to ConEmu, Clink, or other third-party tools that Cmder uses. + - label: I am certain my issues are not related to ConEmu, Clink, or other third-party tools that Cmder uses. required: true diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 408a5a5..d53db2e 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -78,5 +78,5 @@ body: options: - label: I have read the documentation and made sure this feature doesn't already exist. required: true - - label: - I have searched for similar issues and found none that describe my feature request. + - label: I have searched for similar issues and found none that describe my feature request. required: true diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 1ef8b82..938fd9f 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -48,5 +48,5 @@ body: options: - label: I have read the documentation and made sure what I'm looking for isn't present, or is unclear. required: true - - label: - I have searched for similar issues, and either this question wasn't asked before, or I didn't find any that describe my question. + - label: I have searched for similar issues, and either this question wasn't asked before, or I didn't find any that describe my question. required: true