From e4486eef4d7b84201826f3007bc5cbbd7d4668e3 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Wed, 29 Mar 2023 15:50:14 +0400 Subject: [PATCH] Lint YAML. --- .github/ISSUE_TEMPLATE/new-link.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-link.yaml b/.github/ISSUE_TEMPLATE/new-link.yaml index 0af3a68..cf110e5 100644 --- a/.github/ISSUE_TEMPLATE/new-link.yaml +++ b/.github/ISSUE_TEMPLATE/new-link.yaml @@ -39,8 +39,14 @@ body: attributes: label: Self checks options: - - label: "I have [read the Code of Conduct](https://github.com/kdeldycke/awesome-falsehood/blob/main/.github/code-of-conduct.md)" - - label: "I applied all rules from the [Contributing guide](https://github.com/kdeldycke/awesome-falsehood/blob/main/.github/contributing.md)" - - label: "I have checked there is no other [Issues](https://github.com/kdeldycke/awesome-falsehood/issues) or [Pull Requests](https://github.com/kdeldycke/awesome-falsehood/pulls) covering the same topic to open" + - label: > + I have [read the Code of + Conduct](https://github.com/kdeldycke/awesome-falsehood/blob/main/.github/code-of-conduct.md) + - label: > + I applied all rules from the [Contributing + guide](https://github.com/kdeldycke/awesome-falsehood/blob/main/.github/contributing.md) + - label: > + I have checked there is no other [Issues](https://github.com/kdeldycke/awesome-falsehood/issues) or [Pull + Requests](https://github.com/kdeldycke/awesome-falsehood/pulls) covering the same topic to open validations: required: true \ No newline at end of file