We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b1e6d commit a5f5869Copy full SHA for a5f5869
.github/ISSUE_TEMPLATE/newsletter-generator.yml
@@ -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
16
+ id: year
17
18
+ label: Year
19
+ description: Enter the year (e.g., 2025)
20
+ placeholder: 2025
21
22
0 commit comments