Skip to content

Commit

Permalink
Merge pull request #105 from ns-rse/ns-rse/100-session-setup-template
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse authored Nov 26, 2024
2 parents 52ca4e7 + 7fcfe19 commit 65ced62
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/schedule_emails.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ directory which should be used to generate the contents of these emails in HTML

| Schedule | File | Description |
|:----------------|:----------------------------|:---------------------------------------------------------------------------------------------------------------|
| 2 Week Reminder | `setup_email.Rmd` | Setup instructions for registered attendees as well as information about the session (venue, dates and times). |
| 1 Week Reminder | `setup_email.Rmd` | Setup instructions for registered attendees as well as information about the session (venue, dates and times). |
| 4 Day Reminder | `setup_email.Rmd` | A reminder of the setup instructions as well as information about the session (venue, dates and times). |
| On the Morning | `joining_email.Rmd` | A reminder of the course starting that day, to be scheduled one hour before the course starts. |
| Day After | `feedback_survey_email.Rmd` | A request to complete the feedback survey. |
Expand Down Expand Up @@ -74,8 +74,8 @@ schedule the emails to be sent on the appropriate days/times.

Complete the following checklist on scheduling each email.

- [ ] 2 Week Reminder
- [ ] 4 Day Reminder
- [ ] 1 Week Setup Instructions
- [ ] 4 Day Setup Instructions
- [ ] Morning Reminder
- [ ] Feedback Form

Expand Down
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/session_setup.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: Session Setup
description: Session Setup tasks for Git Collaboration course
title: "[setup] : "
labels: "session"
assignees:
- ""
body:
- type: markdown
attributes:
value: |
Use this form when scheduling and setting up a new session of the course. It is recommended that you have a confirmed room booking prior to completing this form as these are required fields. You should also create an issue to [schedule emails](https://github.com/ns-rse/git-collaboration/issues/new?assignees=&labels=session-setup&projects=&template=schedule_emails.md&title=Schedule+emails+for+session+on+%5BDATE-OR-SESSION-DESCRIPTION%5D+for+%5BINSTRUCTOR-NAME%5D)
- type: dropdown
id: lead-instructor
attributes:
label: Lead Instructor
description: |
Please enter who the lead instructor will be.
options:
- Neil Shephard (@ns-rse)
- Tamora James (@tdjames1)
- Rob Chisholm (@Robadob)
- Twin Karmakharm (@twinkarma)
- Dan Brady (@ubdbra001)
- Edwin Brown (@EdwinB12)
- Romain Thomas (@Romain-Thomas-Shef)
- Martin Dyer (@martinjohndyer)
- Michael Foster (@jmafoster1)
- Matthew Leach (@MlLeach)
- Peter Heywood (@ptheywood)
default: 0
validations:
required: true
- type: textarea
id: date-time
attributes:
label: Date/time
description: |
Please enter the date and times the session will run.
validations:
required: true
- type: textarea
id: venue
attributes:
label: Venue.
description: |
Please enter the room(s) that have been booked for holding the session.
validations:
required: true

0 comments on commit 65ced62

Please sign in to comment.