Skip to content

Commit e57a4b1

Browse files
authored
Create blog-content-contribution.yml
1 parent 202f4f2 commit e57a4b1

File tree

1 file changed

+119
-0
lines changed

1 file changed

+119
-0
lines changed
Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
name: "Blog & Content Contributor Request"
2+
description: "Apply to join the Blog & Content Writing team at CodeHarborHub"
3+
title: "Blog & Content Contribution Request: <Your Name>"
4+
labels: ["content-request", "onboarding"]
5+
assignees: []
6+
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Welcome!
12+
Thank you for your interest in contributing to **CodeHarborHub Blogs & Content**.
13+
Please fill in the details below to help us onboard you smoothly.
14+
15+
- type: input
16+
id: full-name
17+
attributes:
18+
label: "Full Name"
19+
placeholder: "Ajay Dhangar"
20+
description: "Enter your complete name."
21+
validations:
22+
required: true
23+
24+
- type: input
25+
id: github-username
26+
attributes:
27+
label: "GitHub Username"
28+
placeholder: "ajay-dhangar"
29+
description: "Provide your GitHub username."
30+
validations:
31+
required: true
32+
33+
- type: textarea
34+
id: writing-background
35+
attributes:
36+
label: "Writing Experience / Background"
37+
description: "Share your writing skills, blog experience, niches, or examples."
38+
placeholder: |
39+
Example:
40+
- Technical content writing
41+
- Web development tutorials
42+
- AI & Machine Learning concepts
43+
- Educational blogs
44+
validations:
45+
required: true
46+
47+
- type: textarea
48+
id: preferred-topics
49+
attributes:
50+
label: "Topics You Want to Write About"
51+
description: "Tell us your top choices for content creation."
52+
placeholder: |
53+
Examples:
54+
- JavaScript tutorials
55+
- Full-stack development
56+
- DevOps guides
57+
- AI/ML concepts
58+
- Roadmap articles
59+
- Productivity and learning tips
60+
validations:
61+
required: true
62+
63+
- type: dropdown
64+
id: content-type
65+
attributes:
66+
label: "Preferred Content Type"
67+
options:
68+
- "Tutorial"
69+
- "Blog Article"
70+
- "Documentation Page"
71+
- "How-to Guide"
72+
- "Case Study"
73+
- "SEO Optimized Post"
74+
validations:
75+
required: true
76+
77+
- type: input
78+
id: sample-work
79+
attributes:
80+
label: "Links to Your Previous Content"
81+
description: "Share links to blogs, articles, GitHub repos, or writing samples."
82+
placeholder: "https://medium.com/@yourprofile"
83+
validations:
84+
required: false
85+
86+
- type: input
87+
id: social-link
88+
attributes:
89+
label: "Portfolio / GitHub / LinkedIn"
90+
description: "Share any one link where we can review your contributions."
91+
placeholder: "https://github.com/yourusername"
92+
validations:
93+
required: true
94+
95+
- type: dropdown
96+
id: availability
97+
attributes:
98+
label: "Writing Availability"
99+
description: "How many blogs/guides can you write per month?"
100+
options:
101+
- "1"
102+
- "2"
103+
- "3"
104+
- "4+"
105+
validations:
106+
required: true
107+
108+
- type: checkboxes
109+
id: agreement
110+
attributes:
111+
label: "Contributor Agreement"
112+
description: "Please confirm the following:"
113+
options:
114+
- label: "I agree to follow the CodeHarborHub Content Guidelines."
115+
required: true
116+
- label: "I confirm that all content I write will be original and free of plagiarism."
117+
required: true
118+
- label: "I understand that the team may request edits before publishing."
119+
required: true

0 commit comments

Comments
 (0)