Skip to content

Commit 70f213f

Browse files
authored
Create mentor_registration.yml
1 parent a911a66 commit 70f213f

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: 🧑‍🏫 Mentor Registration
2+
description: Apply to mentor for AI & ML Summit 2025 or CodeHarborHub programs
3+
title: "[Mentor]: Your Name"
4+
labels:
5+
- mentor
6+
- community
7+
assignees:
8+
- ajay-dhangar
9+
body:
10+
- type: markdown
11+
attributes:
12+
value: |
13+
## 🧑‍🏫 Mentor Registration — AI & ML Summit 2025
14+
15+
Join as a **Mentor** to guide participants and speakers in our programs.
16+
- type: input
17+
id: name
18+
attributes:
19+
label: Full Name
20+
placeholder: e.g., Ajay Dhangar
21+
validations:
22+
required: true
23+
- type: input
24+
id: email
25+
attributes:
26+
label: Email Address
27+
placeholder: e.g., codeharborhub@gmail.com
28+
validations:
29+
required: true
30+
- type: dropdown
31+
id: domain
32+
attributes:
33+
label: Expertise Domain
34+
options:
35+
- Machine Learning
36+
- Deep Learning
37+
- Web Development
38+
- AI Tools / LLMs
39+
- Data Science
40+
- Cloud & DevOps
41+
- Open Source
42+
validations:
43+
required: true
44+
- type: textarea
45+
id: experience
46+
attributes:
47+
label: Experience Summary
48+
placeholder: Briefly describe your professional background (max 150 words)
49+
validations:
50+
required: true
51+
- type: input
52+
id: linkedin
53+
attributes:
54+
label: LinkedIn / Portfolio URL
55+
placeholder: e.g., https://linkedin.com/in/ajay-dhangar

0 commit comments

Comments
 (0)