From 0eacaefa34d5cde0053100bebb6312a9bd33509d Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 9 Sep 2025 11:50:30 +0100 Subject: [PATCH] Remove project idea submission button --- .../05-project-contribution.yml | 35 ------------------- src/components/Projects/ProjectsList.tsx | 12 +------ 2 files changed, 1 insertion(+), 46 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/05-project-contribution.yml diff --git a/.github/ISSUE_TEMPLATE/05-project-contribution.yml b/.github/ISSUE_TEMPLATE/05-project-contribution.yml deleted file mode 100644 index bc4846ec6..000000000 --- a/.github/ISSUE_TEMPLATE/05-project-contribution.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: "🙏 ​ ​Submit a Project Idea" -description: Help us add project ideas to roadmaps. -labels: [project contribution] -assignees: [] -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to submit a project idea! Please fill out the information below and we'll get back to you as soon as we can. - - type: input - id: roadmap-title - attributes: - label: What Roadmap is this project for? - placeholder: e.g. Backend Roadmap - validations: - required: true - - type: dropdown - id: project-difficulty - attributes: - label: Project Difficulty - options: - - Beginner - - Intermediate - - Advanced - validations: - required: true - - type: textarea - id: roadmap-description - attributes: - label: Add Project Details - description: Please write a detailed description of the project in 3rd person e.g. "You are required to build a..." - placeholder: | - e.g. You are required to build a RESTful API... - validations: - required: true diff --git a/src/components/Projects/ProjectsList.tsx b/src/components/Projects/ProjectsList.tsx index 84cc0926e..0a99f1eff 100644 --- a/src/components/Projects/ProjectsList.tsx +++ b/src/components/Projects/ProjectsList.tsx @@ -1,5 +1,5 @@ import { ProjectCard } from './ProjectCard.tsx'; -import { HeartHandshake, Trash2 } from 'lucide-react'; +import { Trash2 } from 'lucide-react'; import { cn } from '../../lib/classname.ts'; import { useEffect, useMemo, useState } from 'react'; @@ -142,16 +142,6 @@ export function ProjectsList(props: ProjectsListProps) { )} - - - Submit a Project Idea -
{matchingProjects.length === 0 && (