From df1420ce9dc7091aba910c3a416eb03d98fcc368 Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Thu, 30 Nov 2023 21:29:09 +0100 Subject: [PATCH] Fix issue templates (#4924) * Fix issue templates * Update wiki link --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d5744bdf..76c4c180 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ --- name: Bug report -about: Create a bug report +description: Create a bug report title: '' labels: - bug diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 37ef994b..4f705d78 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ --- name: Feature request -about: Suggest an idea for this project +description: Suggest an idea for this project title: '' labels: - enhancement @@ -10,7 +10,7 @@ body: value: | Thanks for taking the time to fill out this feature request! If this is a request to add a new language, after submitting this issue - check out [the wiki](https://github.com/super-linter/super-linter/wiki/Adding-new-language-support) + check out [the wiki](https://github.com/super-linter/super-linter/wiki/Adding-new-language-support-to-Super-Linter) for more information on how to accomplish that. - type: checkboxes attributes: