From 4e736791fa38e6d55a20b9754d1ad735b0ad82b3 Mon Sep 17 00:00:00 2001 From: Karmaa <88517757+LukeGus@users.noreply.github.com> Date: Sun, 12 Oct 2025 00:22:52 -0500 Subject: [PATCH] Delete .github/ISSUE_TEMPLATE/feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index b9b543db..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: Feature request -description: Suggest an idea for Termix -title: "[FEATURE]" -labels: [enhancement] -assignees: [] -body: - - type: input - id: title - attributes: - label: Title - description: Brief, descriptive title for the feature request - placeholder: "Brief description of the feature" - validations: - required: true - - type: textarea - id: related-issue - attributes: - label: Is it related to an issue? - description: Describe the problem this feature would solve - placeholder: "Describe what problem this feature would solve..." - validations: - required: true - - type: textarea - id: solution - attributes: - label: The Solution - description: Describe your proposed solution in detail - placeholder: "Describe how you envision this feature working..." - validations: - required: true - - type: textarea - id: additional-context - attributes: - label: Additional Context - description: Any other context or screenshots about the feature request - placeholder: "Add any other context about the feature request here..."