-
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathmeeting.mustache
More file actions
114 lines (83 loc) · 1.86 KB
/
Copy pathmeeting.mustache
File metadata and controls
114 lines (83 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{{#isMinutes}}# {{{title}}}
{{/isMinutes}}## Time
**UTC {{utc}}**:
| Timezone | Date/Time |
| -------- | --------- |
{{#timezones}}
| {{{label}}} | {{{time}}} |
{{/timezones}}
Or in your local time:
* {{{timeAndDateLink}}}
* or {{{wolframLink}}}
## Links
{{#isMinutes}}
* **Recording**:
{{/isMinutes}}
{{#links}}
* {{title}}: <{{{url}}}>
{{/links}}
## {{#isMinutes}}Present{{/isMinutes}}{{^isMinutes}}Invited{{/isMinutes}}
{{#meeting.invited}}
* {{{.}}}
{{/meeting.invited}}
### Observers/Guests
{{#meeting.observers}}
* {{{.}}}
{{/meeting.observers}}
{{^meeting.observers}}
_None._
{{/meeting.observers}}
## Agenda
{{#isMinutes}}
### Announcements
_No announcements._
{{#meeting.agenda}}
### {{{title}}}
{{#description}}
{{{.}}}
{{/description}}
{{#items}}
* {{{.}}}
{{/items}}
{{/meeting.agenda}}
{{/isMinutes}}
### Issues and Pull Requests
Extracted from **{{agendaLabel}}** labelled issues and pull requests from the **{{owner}} org** prior to the meeting.
{{#hasAgenda}}
{{#agenda}}
#### {{{repo}}}
{{#issues}}
* {{{title}}} [#{{number}}]({{{html_url}}})
{{/issues}}
{{/agenda}}
{{/hasAgenda}}
{{^hasAgenda}}
_No agenda items found._
{{/hasAgenda}}
{{#isMinutes}}
## Q&A, Other
## Upcoming Meetings
* **Calendar**: <{{{calendarPage}}}>
Click `Add to Google Calendar` at the bottom left to add to your own Google calendar.
{{/isMinutes}}
{{^isMinutes}}
## Joining the meeting
{{#joining.participant}}
* To join the meeting: {{{.}}}
{{/joining.participant}}
{{#joining.sessions}}
* To join the {{time}} UTC meeting: {{{participant}}}
{{/joining.sessions}}
{{#joining.observer}}
* To watch the livestream: <{{{.}}}>
{{/joining.observer}}
{{#joining.notes}}
* {{{.}}}
{{/joining.notes}}
---
**Invitees**
Please use the following emoji reactions in this post to indicate your availability.
* :+1: - Attending
* :-1: - Not attending
* :confused: - Not sure
{{/isMinutes}}