forked from Computer_Society/open-goverance
event: added a tempalte for events
Signed-off-by: Brendan Golden <git_laptop@brendan.ie>
This commit is contained in:
parent
c7551563eb
commit
0869e8232d
1 changed files with 36 additions and 0 deletions
36
Events/_Template.md
Normal file
36
Events/_Template.md
Normal file
|
@ -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)
|
||||||
|
```
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue