Skip to content

Commit a911a66

Browse files
authored
Create contributor onboarding issue template
Added a contributor onboarding template for new contributors to introduce themselves and specify their interests.
1 parent 041908b commit a911a66

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: Contributor Onboarding
2+
description: New contributors can introduce themselves and get started
3+
title: "[Introduction]: Your Name"
4+
labels:
5+
- contributor
6+
- onboarding
7+
assignees:
8+
- ajay-dhangar
9+
body:
10+
- type: markdown
11+
attributes:
12+
value: |
13+
## Welcome to CodeHarborHub!
14+
15+
Introduce yourself and share what you'd like to work on.
16+
- type: input
17+
id: name
18+
attributes:
19+
label: Name / Username
20+
placeholder: e.g., Ajay Dhangar / ajay-dhangar
21+
- type: dropdown
22+
id: interest
23+
attributes:
24+
label: Area of Interest
25+
options:
26+
- Frontend Development
27+
- Backend Development
28+
- AI / ML
29+
- Documentation
30+
- UI/UX Design
31+
- Community Management
32+
- Open Source
33+
- type: textarea
34+
id: goal
35+
attributes:
36+
label: What do you want to learn or contribute?
37+
placeholder: e.g., I want to contribute to AI tutorials or web development tools.

0 commit comments

Comments
 (0)