Skip to content

Commit 1bd13a7

Browse files
Update newsletter-draft.yml
1 parent 66cb796 commit 1bd13a7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/ISSUE_TEMPLATE/newsletter-draft.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Newsletter Draft: New Edition"
22
description: "Start a new US-RSE newsletter draft and prepare for collaborative editing."
3-
title: "Newsletter Draft: [Month Year]"
3+
title: "Newsletter Draft [Month Year]"
44
labels: ["newsletter", "draft"]
55
assignees: ["@your-username"]
66
body:
@@ -36,15 +36,18 @@ body:
3636
description: Brief description of main highlights or themes for this edition
3737
placeholder: "Community celebrations, RSE’25 announcement, job board, etc."
3838

39-
- type: markdown
39+
- type: textarea
40+
id: tasks
4041
attributes:
42+
label: Newsletter Tasks
43+
description: Checklist to complete this edition
4144
value: |
4245
### 🛠️ Tasks
4346
4447
- [ ] Create new markdown draft using Jekyll post format
4548
- [ ] Add file to `_posts/` with filename: `YYYY-MM-DD-newsletter.md`
4649
- [ ] Add YAML frontmatter with correct `title`, `date`, and tags
47-
- [ ] Push draft to `draft-newsletter-[month-year]` branch
50+
- [ ] Push draft to `feature/draft-newsletter-[month-year]` branch
4851
- [ ] Create HackMD mirror and paste link below
4952
- [ ] Share HackMD link in Slack `#newsletters` channel
5053
- [ ] Open PR into `develop` with `[WIP] Newsletter [Month Year]`

0 commit comments

Comments
 (0)