Skip to content

Commit 950a0b5

Browse files
authored
Create register_speaker.yml
1 parent 3adffe6 commit 950a0b5

File tree

1 file changed

+133
-0
lines changed

1 file changed

+133
-0
lines changed
Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
name: 🎤 Register as Speaker
2+
description: Apply to give a talk or workshop at the CodeHarborHub x Hacktoberfest 2025
3+
title: "[Speaker]: Your Talk Title Here"
4+
labels:
5+
- speaker
6+
- event
7+
assignees:
8+
- ajay-dhangar
9+
body:
10+
- type: markdown
11+
attributes:
12+
value: |
13+
## 🎤 CodeHarborHub x Hacktoberfest 2025 — Speaker Registration
14+
15+
Thank you for your interest in speaking at the **CodeHarborHub x Hacktoberfest 2025**!
16+
Please fill out the following details carefully.
17+
_After submission, our team will review your proposal and contact you._
18+
19+
- type: input
20+
id: name
21+
attributes:
22+
label: Full Name
23+
description: Enter your full name as you would like it displayed.
24+
placeholder: e.g., Ajay Dhangar
25+
validations:
26+
required: true
27+
28+
- type: input
29+
id: email
30+
attributes:
31+
label: Email Address
32+
description: For communication and confirmation.
33+
placeholder: e.g., codeharborhub@gmail.com
34+
validations:
35+
required: true
36+
37+
- type: input
38+
id: affiliation
39+
attributes:
40+
label: Organization / Affiliation
41+
description: Your company, university, or community name.
42+
placeholder: e.g., CodeHarborHub or Freelance Developer
43+
validations:
44+
required: false
45+
46+
- type: input
47+
id: talk_title
48+
attributes:
49+
label: Talk / Workshop Title
50+
description: The title of your session.
51+
placeholder: e.g., "Building Smarter AI Agents with Open-Source Tools"
52+
validations:
53+
required: true
54+
55+
- type: textarea
56+
id: abstract
57+
attributes:
58+
label: Talk Abstract / Description
59+
description: A short summary of your talk (100–250 words).
60+
placeholder: |
61+
Describe your session overview, key takeaways, and audience benefits.
62+
validations:
63+
required: true
64+
65+
- type: dropdown
66+
id: format
67+
attributes:
68+
label: Session Type
69+
description: Select the format that best fits your proposal.
70+
options:
71+
- Keynote Talk (30–45 min)
72+
- Workshop (1–2 hrs)
73+
- Lightning Talk (10–15 min)
74+
- Panel Discussion
75+
validations:
76+
required: true
77+
78+
- type: dropdown
79+
id: experience
80+
attributes:
81+
label: Experience Level of Audience
82+
description: Who is this talk best suited for?
83+
options:
84+
- Beginner
85+
- Intermediate
86+
- Advanced
87+
- All Levels
88+
validations:
89+
required: true
90+
91+
- type: input
92+
id: preferred_date
93+
attributes:
94+
label: Preferred Presentation Date
95+
description: Suggest your preferred date (if known).
96+
placeholder: e.g., Oct 25, 2025
97+
validations:
98+
required: false
99+
100+
- type: textarea
101+
id: bio
102+
attributes:
103+
label: Speaker Bio
104+
description: Write a short professional bio (max 100 words).
105+
placeholder: |
106+
Example: Ajay Dhangar is a MERN Stack Developer and Founder of CodeHarborHub, passionate about open-source and AI education.
107+
validations:
108+
required: true
109+
110+
- type: input
111+
id: social_links
112+
attributes:
113+
label: Social / Portfolio Links
114+
description: Add relevant profiles (GitHub, LinkedIn, website, etc.)
115+
placeholder: e.g., https://github.com/ajay-dhangar
116+
validations:
117+
required: false
118+
119+
- type: textarea
120+
id: additional_notes
121+
attributes:
122+
label: Additional Notes
123+
description: Anything else we should know?
124+
placeholder: Special requirements, collaboration interests, or timing notes.
125+
validations:
126+
required: false
127+
128+
- type: markdown
129+
attributes:
130+
value: |
131+
---
132+
Once submitted, our review team will reach out within **7–10 days**.
133+
For queries, please contact [CodeHarborHub Team](https://github.com/CodeHarborHub).

0 commit comments

Comments
 (0)