Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/issue_template/new-event.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: New workshop or hackathon event
description: Checklist issue to help planning for a hackathon or workshop event.
title: "Planning for XX"
labels: ["workshop", "hackathon"]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
labels: ["workshop", "hackathon"]
labels: ["workshop", "hackathon"]
type: Task

body:
- type: markdown
attributes:
placeholder: |
What kind of event is this? Ex. workshop as part of a larger conference or event, dedicated hackathon.
Also: remove the label that doesn't apply.
value: ""
Comment on lines +8 to +11
Copy link

Copilot AI Jul 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 'placeholder' attribute is not valid for markdown type fields in GitHub issue templates. This should be removed as markdown fields only support 'value' attribute.

Suggested change
placeholder: |
What kind of event is this? Ex. workshop as part of a larger conference or event, dedicated hackathon.
Also: remove the label that doesn't apply.
value: ""
value: |
What kind of event is this? Ex. workshop as part of a larger conference or event, dedicated hackathon.
Also: remove the label that doesn't apply.

Copilot uses AI. Check for mistakes.
- type: checkboxes
id: checklist
attributes:
label: Pre-event planning checklist
description: Delete or check off as appropriate.
multiple: true
options:
- Room booking if needed (book a room[]()).
Copy link

Copilot AI Jul 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The markdown link syntax is malformed. The empty link '' should either be removed or contain a valid URL.

Suggested change
- Room booking if needed (book a room[]()).
- Room booking if needed (book a room [link to booking page](https://example.com)).

Copilot uses AI. Check for mistakes.
- Ensure sufficient helpers are available.
- Create pretix event for signups.
- Add event to the top-level README in this repository and link to any event pages.
- Open a PR to add to events.yaml on the UCL OSPO website [UCL/open-source](https://github.com/UCL/open-source/blob/main/_data/events.yml).
- Advertise event in Research Programming Slack `#general`.
- Advertise the event in UCL-ARC Slack `#events`.
- Advertise event with the community newsletter.
- Create or update some introductory slides. Add them to the repo.
- Create or update the curated `good first issue` list.
- Repeat advertisment posts one week before.
Copy link

Copilot AI Jul 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spelling error: 'advertisment' should be 'advertisement'.

Suggested change
- Repeat advertisment posts one week before.
- Repeat advertisement posts one week before.

Copilot uses AI. Check for mistakes.
- Create a "Hackathon" issue for participants to comment on (for metrics).