|
| 1 | +name: "Newsletter Draft: New Edition" |
| 2 | +description: "Start a new US-RSE newsletter draft and prepare for collaborative editing." |
| 3 | +title: "Newsletter Draft [Month Year]" |
| 4 | +labels: ["newsletter", "draft"] |
| 5 | +assignees: ["@TinasheMTapera"] |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + ## ✨ Newsletter Draft Checklist |
| 11 | +
|
| 12 | + This issue helps coordinate the creation of a new US-RSE newsletter edition and synchronize collaboration across GitHub and HackMD. |
| 13 | +
|
| 14 | + - type: input |
| 15 | + id: month |
| 16 | + attributes: |
| 17 | + label: Newsletter Month |
| 18 | + description: Month of the newsletter edition (e.g., April) |
| 19 | + placeholder: "April" |
| 20 | + validations: |
| 21 | + required: true |
| 22 | + |
| 23 | + - type: input |
| 24 | + id: year |
| 25 | + attributes: |
| 26 | + label: Newsletter Year |
| 27 | + description: Year of the newsletter edition (e.g., 2025) |
| 28 | + placeholder: "2025" |
| 29 | + validations: |
| 30 | + required: true |
| 31 | + |
| 32 | + - type: textarea |
| 33 | + id: highlights |
| 34 | + attributes: |
| 35 | + label: Headline Highlights |
| 36 | + description: Brief description of main highlights or themes for this edition |
| 37 | + placeholder: "Community celebrations, RSE’25 announcement, job board, etc." |
| 38 | + |
| 39 | + - type: textarea |
| 40 | + id: tasks |
| 41 | + attributes: |
| 42 | + label: Newsletter Tasks |
| 43 | + description: Checklist to complete this edition |
| 44 | + value: | |
| 45 | + ### 🛠️ Tasks |
| 46 | +
|
| 47 | + - [ ] Create new markdown draft using Jekyll post format |
| 48 | + - [ ] Add file to `_posts/` with filename: `YYYY-MM-DD-newsletter.md` |
| 49 | + - [ ] Add YAML frontmatter with correct `title`, `date`, and tags |
| 50 | + - [ ] Push draft to `feature/draft-newsletter-[month-year]` branch |
| 51 | + - [ ] Share HackMD link in Slack channels |
| 52 | + - [ ] `#newsletters` |
| 53 | + - [ ] `#working-group-chairs` |
| 54 | + - [ ] `#community-calls` |
| 55 | + - [ ] `#events` |
| 56 | + - [ ] `#general` |
| 57 | + - [ ] Open PR into `develop` with `[WIP] Newsletter [Month Year]` |
| 58 | + - [ ] Create HackMD mirror and paste link below |
| 59 | + - [ ] Collect input and finalize sections by [insert target date] |
| 60 | + - [ ] Develop content for headline |
| 61 | + - [ ] Gather Steering Committee updates |
| 62 | + - [ ] Update community call details and youtube links |
| 63 | + - [ ] Forward previous month's events and opportunities |
| 64 | + - [ ] Clear slack list triage |
| 65 | + - [ ] Get new events and opportunities from slack #events & #general |
| 66 | + - [ ] Check job posting links |
| 67 | + - [ ] Finalize and merge to `main` |
| 68 | +
|
| 69 | + - type: input |
| 70 | + id: hackmd-link |
| 71 | + attributes: |
| 72 | + label: HackMD Link |
| 73 | + description: Paste the link to the HackMD collaborative draft |
| 74 | + placeholder: "https://hackmd.io/@usrse/newsletter-April-2025" |
| 75 | + |
| 76 | + - type: textarea |
| 77 | + id: notes |
| 78 | + attributes: |
| 79 | + label: Additional Notes |
| 80 | + description: Anything else to note or watch out for this edition? |
| 81 | + placeholder: Add any notes, context, or reminders here... |
0 commit comments