Skip to content

Commit a5f5869

Browse files
Create newsletter-generator.yml
1 parent 73b1e6d commit a5f5869

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: "📝 New Newsletter Edition"
2+
description: "Start a new monthly newsletter draft and generate the base file from template."
3+
title: "Newsletter Draft: [Month Year]"
4+
labels: ["newsletter", "automation"]
5+
body:
6+
- type: input
7+
id: month
8+
attributes:
9+
label: Month
10+
description: Enter the month (e.g., May)
11+
placeholder: May
12+
validations:
13+
required: true
14+
15+
- type: input
16+
id: year
17+
attributes:
18+
label: Year
19+
description: Enter the year (e.g., 2025)
20+
placeholder: 2025
21+
validations:
22+
required: true

0 commit comments

Comments
 (0)