Skip to content

Commit 72b6833

Browse files
authored
Create project idea proposal issue template
Added a new issue template for proposing project ideas, including fields for project name, summary, goals, tech stack, and contributors.
1 parent 950a0b5 commit 72b6833

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
name: Project Idea Proposal
2+
description: Suggest a new project or initiative for CodeHarborHub.
3+
title: "[Idea]: Project Title"
4+
labels:
5+
- idea
6+
- discussion
7+
assignees:
8+
- ajay-dhangar
9+
body:
10+
- type: markdown
11+
attributes:
12+
value: |
13+
## CodeHarborHub — Project Idea Proposal
14+
15+
Have a cool idea that fits CodeHarborHub’s mission of open-source tech education?
16+
Share it here so the community can collaborate!
17+
18+
- type: input
19+
id: project_name
20+
attributes:
21+
label: Project Name
22+
placeholder: e.g., AI Learning Portal or Open-Source Roadmaps
23+
validations:
24+
required: true
25+
26+
- type: textarea
27+
id: idea_summary
28+
attributes:
29+
label: Idea Summary
30+
description: Briefly explain what the project is and why it matters.
31+
placeholder: e.g., A web platform that visualizes AI concepts interactively.
32+
validations:
33+
required: true
34+
35+
- type: textarea
36+
id: goals
37+
attributes:
38+
label: Goals and Impact
39+
placeholder: e.g., To help learners practice machine learning interactively.
40+
validations:
41+
required: true
42+
43+
- type: textarea
44+
id: potential_tech
45+
attributes:
46+
label: Potential Tech Stack
47+
placeholder: e.g., React, Node.js, MongoDB, TensorFlow.js
48+
validations:
49+
required: false
50+
51+
- type: textarea
52+
id: contributors
53+
attributes:
54+
label: Contributors Needed
55+
description: What roles are needed? (e.g., frontend dev, designer, mentor)
56+
placeholder: e.g., 2 frontend devs, 1 mentor
57+
validations:
58+
required: false
59+
60+
- type: markdown
61+
attributes:
62+
value: |
63+
---
64+
Once submitted, the community and maintainers will review and discuss your idea.

0 commit comments

Comments
 (0)