Skip to content

Commit 4a4f41a

Browse files
authored
Create design submission issue template
Added a new issue template for design submissions including fields for designer name, design type, description, and design file/link.
1 parent 70f213f commit 4a4f41a

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: 🎨 Design Submission
2+
description: Submit a design for UI/UX, banners, or branding assets
3+
title: "[Design]: Asset Name"
4+
labels:
5+
- design
6+
- ui/ux
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
## 🎨 Design Submission — CodeHarborHub
12+
Submit your creative designs and get featured on our website!
13+
- type: input
14+
id: designer_name
15+
attributes:
16+
label: Designer Name
17+
placeholder: e.g., Ajay Dhangar
18+
- type: dropdown
19+
id: design_type
20+
attributes:
21+
label: Design Type
22+
options:
23+
- Logo
24+
- Website Banner
25+
- Event Poster
26+
- UI Mockup
27+
- Infographic
28+
- type: textarea
29+
id: description
30+
attributes:
31+
label: Design Description
32+
placeholder: Briefly explain your design and concept.
33+
- type: input
34+
id: design_link
35+
attributes:
36+
label: Design File / Link
37+
placeholder: e.g., Figma / Canva / Drive / Behance link

0 commit comments

Comments
 (0)