Skip to content

Commit 8be338d

Browse files
authored
Create community_event.yml
1 parent 72b6833 commit 8be338d

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: 🎉 Community Event Proposal
2+
description: Propose a meetup, workshop, or open-source event
3+
title: "[Event]: Event Title"
4+
labels:
5+
- community
6+
- event
7+
assignees:
8+
- ajay-dhangar
9+
body:
10+
- type: markdown
11+
attributes:
12+
value: |
13+
## 🎉 Community Event Proposal
14+
Let's grow the AI & ML community together.
15+
- type: input
16+
id: event_name
17+
attributes:
18+
label: Event Name
19+
placeholder: e.g., CodeHarborHub Hack Night 2025
20+
validations:
21+
required: true
22+
- type: input
23+
id: date
24+
attributes:
25+
label: Proposed Date
26+
placeholder: e.g., Oct 25, 2025
27+
- type: textarea
28+
id: purpose
29+
attributes:
30+
label: Event Purpose
31+
placeholder: Why this event? Who benefits?
32+
validations:
33+
required: true
34+
- type: textarea
35+
id: agenda
36+
attributes:
37+
label: Agenda / Activities
38+
placeholder: |
39+
- Talk 1: AI & ML Trends
40+
- Workshop: TensorFlow Basics
41+
validations:
42+
required: true
43+
- type: input
44+
id: host
45+
attributes:
46+
label: Organizer / Host
47+
placeholder: e.g., Ajay Dhangar

0 commit comments

Comments
 (0)