-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkshop-gnomeasia-2016.tex
315 lines (277 loc) · 6.84 KB
/
workshop-gnomeasia-2016.tex
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
\documentclass{beamer}
\include{gnomeasia-theme}
\usepackage[english]{babel}
\usepackage{listings}
\lstset{basicstyle=\footnotesize}
% or whatever
\usepackage[latin1]{inputenc}
% or whatever
\usepackage{times}
\usepackage[T1]{fontenc}
% Or whatever. Note that the encoding and the font should match. If T1
% does not look nice, try deleting the line with the fontenc.
\title%[Short Paper Title] (optional, use only with long paper titles)
{Contribute to Free software}
%\subtitle
%{Include Only If Paper Has a Subtitle}
\author
{Ekaterina Gerasimova, \texttt{[email protected]}}
% - Give the names in the same order as the appear in the paper.
% - Use the \inst{?} command only if the authors have different
% affiliation.
\date%[GNOME.Asia 2016] % (optional, should be abbreviation of conference name)
{GNOME.Asia Summit 2016}
% - Not really informative to the audience, more for people (including
% yourself) who are reading the slides online
%\subject{Theoretical Computer Science}
% This is only inserted into the PDF information catalog. Can be left
% out.
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\section{Contribute to Free software}
\subsection{Why are you here?}
\begin{frame}{What is Free software?}
\begin{itemize}
\item
You can use it in any way you wish
\item
You can fix it or change it
\item
You can share it with your friends and family
\item
You can make it better and then share it
\end{itemize}
\end{frame}
\begin{frame}{Why do you want to contribute?}
% Ask the audience
\visible<2->{
\begin{itemize}
\item
Learn new skills
\item
Experience a real working environment
\item
Work with people from all over the world
\item
See real people use what you've made
\item
Include it on your CV
\item
You believe in the philosophy
\end{itemize}
}
\end{frame}
\begin{frame}{How can you contribute?}
% Ask the audience
\visible<2->{
\begin{itemize}
\item
Code
\item
Design
\item
Websites
\item
Engagement/promotion/marketing
\item
Document
\item
Accessibility
\item
Translate
\item
Test
\item
Educate
\item
Organise events
\item
Help others become contributors
\end{itemize}
}
%Attend events, join/run LUGs and special interests groups
\end{frame}
\section{Start contributing}
\subsection{How can you contribute?}
\begin{frame}[fragile,plain]{Get started!}
\pgfdeclareimage[width=10cm]{newcomers}{newcomers}
\center{\pgfuseimage{newcomers}}
\end{frame}
\begin{frame}[fragile,plain]{The release cycle}
\pgfdeclareimage[width=11cm]{release-process}{release-process2}
\center{\pgfuseimage{release-process}}
\end{frame}
\begin{frame}{Make a contribution}
\pgfdeclareimage[height=4.5cm]{bad-flowchart}{bad-flowchart.pdf}
\center{\pgfuseimage{bad-flowchart}}
% If you think the first step towards contributing is sending in a patch, you're probably wrong.
\end{frame}
\begin{frame}{It's all about the people}
\begin{itemize}
\item
Talk to people\ldots
\begin{itemize}
\item
IRC
\item
Mailing lists
\item
Here and now
\end{itemize}
\item
Use available resources
\item
Ask for help
\end{itemize}
\end{frame}
\begin{frame}{Etiquette}
\begin{itemize}
\item
Assume people mean well
\item
Try to be concise
\item
Be patient and generous
\item
Be respectful and considerate
\end{itemize}
\end{frame}
\begin{frame}{Workflow}
\begin{columns}
\column{.45\textwidth}
\begin{itemize}
\item
Find out about the project workflow and follow it
\begin{itemize}
\item
\alert<2>{Bugzilla}
\item
\alert<3>{Mailing lists}
\item
\alert<4>{IRC}
\item
\alert<5>{Email}
\item
\alert<6-6>{Face-to-face meetings}
\end{itemize}
\item
Build and test
\end{itemize}
\column{.55\textwidth}
\only<1>{
\pgfdeclareimage[height=4.3cm]{question}{question}
\center{\pgfuseimage{question}}
}
\only<2>{
\pgfdeclareimage[height=4.3cm]{bugs}{bugs}
\center{\pgfuseimage{bugs}}
}
\only<3>{
\pgfdeclareimage[height=4.3cm]{mail}{mail}
\center{\pgfuseimage{mail}}
}
\only<4>{
\pgfdeclareimage[height=4.3cm]{irc}{irc}
\center{\pgfuseimage{irc}}
}
\only<5>{
\pgfdeclareimage[height=4.3cm]{email}{email}
\center{\pgfuseimage{email}}
}
\only<6>{
\pgfdeclareimage[height=4.3cm]{guadec}{guadec}
\center{\pgfuseimage{guadec}}
}
\end{columns}
\end{frame}
\begin{frame}{How things happen}
\pgfdeclareimage[height=4.5cm]{good-flowchart}{good-flowchart.pdf}
\center{\pgfuseimage{good-flowchart}}
\end{frame}
\begin{frame}{Followup}
\begin{itemize}
\item
Be patient
\item
Follow up with the reviewer
\item
Follow up on the review
\end{itemize}
\end{frame}
\begin{frame}{Make good contributions}
\begin{itemize}
\item
Use the reviewer's time well
\item
Keep to the style of the project
\item
Follow the review process
\item
Respond in a timely manner
\item
Write good commit messages
\end{itemize}
\end{frame}
\begin{frame}{Experience and growth}
\begin{itemize}
\item
The more you contribute, the more you communicate with people
\item
The more you communicate, the more you become part of the community
\item
Once you are part of the community, you can become a Foundation member
\end{itemize}
\begin{itemize}
\item
Help others?
\end{itemize}
\end{frame}
\begin{frame}{Internships}
\pgfdeclareimage[width=10cm]{gsoc}{gsoc.jpg}
\center{\pgfuseimage{gsoc}}
\pgfdeclareimage[width=10cm]{outreachy}{outreachy.png}
\center{\pgfuseimage{outreachy}}
\end{frame}
\begin{frame}{Summary}
% Keep the summary *very short*.
\begin{itemize}
\item
The \alert{passion} for a FLOSS project comes from your personal interest in the project
\item
\alert{Collaborate} with others and \alert{learn together} to get ahead
\item
\alert{Explore} other projects
\end{itemize}
With special thanks to
\begin{itemize}
\item
Andr\'{e} \v{C}. Klapper, \texttt{[email protected]}
\item
Sindhu S, \texttt{[email protected]}
\end{itemize}
\end{frame}
% All of the following is optional and typically not needed.
\section<presentation>*{Resources}
\subsection<presentation>*{Resources}
\begin{frame}{Resources}
\begin{thebibliography}{10}
\bibitem{code}
Start contributing:
\newblock https://www.gnome.org/get-involved/
\bibitem{code}
Source code:
\newblock https://git.gnome.org/
\bibitem{code}
Bugzilla:
\newblock https://bugzilla.gnome.org/
\bibitem{code}
Mailing lists:
\newblock https://mail.gnome.org
\bibitem{code}
IRC:
\newblock https://wiki.gnome.org/IRC
\end{thebibliography}
\end{frame}
\end{document}