From 31f3c099cada04ebf62ffc366801cbfe5270436d Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Mon, 17 Mar 2025 21:21:03 +0100 Subject: [PATCH] chore: remove suggestion issue template Signed-off-by: Meier Lukas --- .github/ISSUE_TEMPLATE/request_suggest.yml | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/request_suggest.yml diff --git a/.github/ISSUE_TEMPLATE/request_suggest.yml b/.github/ISSUE_TEMPLATE/request_suggest.yml deleted file mode 100644 index 4db28b21..00000000 --- a/.github/ISSUE_TEMPLATE/request_suggest.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: "Request Icon" -description: Suggest an icon or request changes -labels: "icon request" -body: - - type: markdown - attributes: - value: | - Thank you for your interest in contributing to our icon repository! To ensure smooth collaboration, please make sure to read and agree to our [Contribution Guidelines](https://github.com/homarr-labs/dashboard-icons/blob/main/CONTRIBUTING.md) before submitting your request. - - - type: checkboxes - attributes: - label: Contribution Guidelines - options: - - label: "I have read and agree to the [Contribution Guidelines](https://github.com/homarr-labs/dashboard-icons/blob/main/CONTRIBUTING.md)" - required: true - - - type: textarea - id: icon-name - attributes: - label: Icon Name - description: What is the name of the icon you are requesting or suggesting? - placeholder: Enter icon name here - validations: - required: true - - - type: textarea - id: icon-details - attributes: - label: Icon Details - description: Provide any additional details or context for the icon request. - placeholder: Enter details here - validations: - required: false