From 6821d20cf1c10fa6b9ee23a44d6aa3ec111bc7d5 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Wed, 7 Aug 2024 16:37:35 +0100 Subject: [PATCH] fix: wrong type for issue template --- .github/ISSUE_TEMPLATE/05-project-contribution.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/05-project-contribution.yml b/.github/ISSUE_TEMPLATE/05-project-contribution.yml index f0558a716..bc4846ec6 100644 --- a/.github/ISSUE_TEMPLATE/05-project-contribution.yml +++ b/.github/ISSUE_TEMPLATE/05-project-contribution.yml @@ -14,7 +14,7 @@ body: placeholder: e.g. Backend Roadmap validations: required: true - - type: select + - type: dropdown id: project-difficulty attributes: label: Project Difficulty