Skip to content

Commit 90e2105

Browse files
authored
Create collaboration_proposal.yml
1 parent 8be338d commit 90e2105

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: 🤝 Collaboration Proposal
2+
description: Suggest collaboration between CodeHarborHub and another organization/project
3+
title: "[Collaboration]: Project Name"
4+
labels:
5+
- partnership
6+
- open-source
7+
assignees:
8+
- ajay-dhangar
9+
body:
10+
- type: markdown
11+
attributes:
12+
value: |
13+
## 🤝 Collaboration Proposal
14+
We love open-source partnerships! Submit your proposal here.
15+
- type: input
16+
id: org_name
17+
attributes:
18+
label: Organization / Project Name
19+
placeholder: e.g., TensorFlow India Community
20+
validations:
21+
required: true
22+
- type: input
23+
id: contact
24+
attributes:
25+
label: Contact Info
26+
placeholder: e.g., contact@organization.com
27+
validations:
28+
required: true
29+
- type: textarea
30+
id: proposal
31+
attributes:
32+
label: Collaboration Idea
33+
placeholder: What kind of collaboration do you have in mind?
34+
validations:
35+
required: true
36+
- type: dropdown
37+
id: type
38+
attributes:
39+
label: Collaboration Type
40+
options:
41+
- Joint Event
42+
- Research Project
43+
- Mentorship / Internship
44+
- Technical Partnership

0 commit comments

Comments
 (0)