From 0869e8232dc7ed9a2ffcb3dc1b8df33b34f30671 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Fri, 8 Mar 2024 13:55:35 +0000 Subject: [PATCH] event: added a tempalte for events Signed-off-by: Brendan Golden --- Events/_Template.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Events/_Template.md diff --git a/Events/_Template.md b/Events/_Template.md new file mode 100644 index 0000000..6959585 --- /dev/null +++ b/Events/_Template.md @@ -0,0 +1,36 @@ +# {Name of Event} + +| Date | {date} | +|----------|--------------------| +| Location | | +| Time | 18:00 - 20:30 | +| Type | Technical/Social | +| Lead | {username of lead} | + +## Overview +{Give brief overview of the event, reference links and whatnot, anything that could help running the event again in the future} + +### Requirements +* {List of things users need} + +## Promotion +### Email +``` +{add email here} +``` + +### Discord +``` +{add discord announcement here} +``` + +### Poster +{Add poster here (if applicable) +Use this format: +``` +![Poster](../Posters/2024/Semester-2_Week-07.png) +``` +} + + +