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 6ad9cf3 commit 66cb796Copy full SHA for 66cb796
.github/ISSUE_TEMPLATE/newsletter-draft.yml
@@ -16,7 +16,7 @@ body:
16
attributes:
17
label: Newsletter Month
18
description: Month of the newsletter edition (e.g., April)
19
- placeholder: April
+ placeholder: "April"
20
validations:
21
required: true
22
@@ -25,7 +25,7 @@ body:
25
26
label: Newsletter Year
27
description: Year of the newsletter edition (e.g., 2025)
28
- placeholder: 2025
+ placeholder: "2025"
29
30
31
@@ -56,7 +56,7 @@ body:
56
57
label: HackMD Link
58
description: Paste the link to the HackMD collaborative draft
59
- placeholder: https://hackmd.io/@usrse/newsletter-April-2025
+ placeholder: "https://hackmd.io/@usrse/newsletter-April-2025"
60
61
- type: textarea
62
id: notes
0 commit comments