-
Notifications
You must be signed in to change notification settings - Fork 2
/
how-can-i-contribute.html
477 lines (296 loc) · 14.3 KB
/
how-can-i-contribute.html
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
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>How Can I Contribute? — slides</title>
<link rel="stylesheet" href="static/basic.css" type="text/css" />
<link rel="stylesheet" href="static/styles.css" type="text/css" />
<link rel="stylesheet" href="static/single.css" type="text/css" />
<link rel="stylesheet" href="static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '2015.07.01',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="static/jquery.js"></script>
<script type="text/javascript" src="static/underscore.js"></script>
<script type="text/javascript" src="static/doctools.js"></script>
<script type="text/javascript" src="static/common.js"></script>
<script type="text/javascript" src="static/slides.js"></script>
<script type="text/javascript" src="static/sync.js"></script>
<script type="text/javascript" src="static/controller.js"></script>
<script type="text/javascript" src="static/init.js"></script>
<link rel="top" title="slides" href="index.html" />
<link rel="next" title="Introduction to Blockchains" href="introduction-to-blockchain.html" />
<link rel="prev" title="Git and Github" href="git-intro.html" />
</head>
<body>
<section
id="slide_container"
class='slides layout-regular'>
<article class="slide level-1" id="how-can-i-contribute">
<h1>How Can I Contribute?</h1>
<p>A Guide to Making Your First Open Source Contribution</p>
<p><a class="reference external" href="https://slides.lucywyman.me/how-can-i-contribute.html">https://slides.lucywyman.me/how-can-i-contribute.html</a></p>
</article>
<article class="slide level-2" id="by-the-end-you-ll-know">
<h2>By The End You'll Know...</h2>
<ul class="simple">
<li>Why you should contribute</li>
<li>Skillz you can contribute</li>
<li>How to find a project</li>
<li>Lightening fast introduction to Git and Github</li>
</ul>
</article>
<article class="slide level-2" id="whoami">
<h2><code class="code docutils literal"><span class="pre">$</span> <span class="pre">whoami</span></code></h2>
<div class="build figure align-center">
<a class="reference internal image-reference" href="images/cartoon-programming.gif"><img alt="images/cartoon-programming.gif" src="images/cartoon-programming.gif" style="height: 300px;" /></a>
</div>
<p>Lucy Wyman</p>
<p>Software Engineer - <a class="reference external" href="https://github.com/puppetlabs/bolt">Bolt</a></p>
<p><a class="reference external" href="https://puppet.com">Puppet</a></p>
<p><a class="reference external" href="https://arghh.github.io/">Source</a></p>
</article>
<article class="slide level-2" id="what-is-open-source">
<h2>What is Open Source?</h2>
<ul class="build simple">
<li>Code is publicly available</li>
<li>Can be contributed to by the public</li>
<li>Actively maintained and open to contribution</li>
<li>Free software?</li>
</ul>
</article>
<article class="slide level-2" id="sounds-great-but">
<h2>Sounds great, but...</h2>
<ul class="build simple">
<li>Contributing to open source doesn’t benefit me at all</li>
<li>I’m not a good enough programmer to contribute to open source</li>
<li>I don’t know the project well enough to contribute</li>
<li>I don’t write code, so I have nothing to contribute</li>
<li>I’m just a student / community member / manager / llama, I don’t have anything to contribute</li>
<li>Contributing to open source is hard</li>
</ul>
</article>
<article class="slide level-2" id="why-should-you-contribute">
<h2>Why Should You Contribute?</h2>
<ul class="build simple">
<li>Give back to a project you use + love</li>
<li>Encourage collaboration and innovation</li>
<li>Improve a skill</li>
<li>Don't reinvent the wheel</li>
<li>Make the world a better place!</li>
</ul>
</article>
<article class="slide level-1" id="how-can-you-contribute">
<h1>How Can You Contribute?</h1>
</article>
<article class="slide level-2" id="file-bugs">
<h2>File Bugs</h2>
<div class="figure align-center">
<a class="reference internal image-reference" href="images/bugs-bunny.jpg"><img alt="images/bugs-bunny.jpg" src="images/bugs-bunny.jpg" style="height: 300px;" /></a>
</div>
<p><a class="reference external" href="http://www.neatorama.com/2010/11/08/a-brief-history-of-bugs-bunny/">Source</a></p>
</article>
<article class="slide level-2" id="id8">
<h2>File Bugs</h2>
<p>Github issues | Bug tracker | Contact (email, twitter, etc.)</p>
<p>Include:</p>
<ul class="build simple">
<li>What version you were using, browser version, OS, etc.</li>
<li>What you were trying to do</li>
<li><dl class="first docutils">
<dt>How you tried to do it (be detailed!)</dt>
<dd><ul class="first last">
<li>Steps for reproduction</li>
</ul>
</dd>
</dl>
</li>
<li>What you expected to happen</li>
<li>What actually happened</li>
</ul>
</article>
<article class="slide level-2" id="write-documentation">
<h2>Write Documentation</h2>
<ul class="build simple">
<li>Contribute to official documentation</li>
<li>Add or update a <a class="reference external" href="https://www.computerhope.com/jargon/r/readme.htm">README</a></li>
<li>Write a blog post</li>
<li>Getting started guide</li>
</ul>
<div class="figure align-right">
<a class="reference internal image-reference" href="images/rtfm.png"><img alt="images/rtfm.png" src="images/rtfm.png" style="height: 250px;" /></a>
</div>
<p><a class="reference external" href="https://cmenghi.deviantart.com/art/Mao-RTFM-vectorize-72728695">Source</a></p>
</article>
<article class="slide level-2" id="answer-questions">
<h2>Answer Questions</h2>
<div class="figure align-center">
<a class="reference internal image-reference" href="images/kelly-kapoor-questions.gif"><img alt="images/kelly-kapoor-questions.gif" src="images/kelly-kapoor-questions.gif" style="height: 250px;" /></a>
</div>
<ul class="build simple">
<li>In <a class="reference external" href="https://github.com">Github</a> issues</li>
<li>On <a class="reference external" href="https://kiwiirc.com/">IRC</a> or <a class="reference external" href="https://slack.com/">Slack</a></li>
<li>On <a class="reference external" href="https://stackoverflow.com">StackOverflow</a></li>
<li>On <a class="reference external" href="https://www.reddit.com/r/linuxquestions/">Reddit</a></li>
</ul>
<p><a class="reference external" href="http://mtv.tumblr.com/post/121053588885">Source</a></p>
</article>
<article class="slide level-2" id="educate">
<h2>Educate</h2>
<div class="figure align-center">
<a class="reference internal image-reference" href="images/the-more-you-know.gif"><img alt="images/the-more-you-know.gif" src="images/the-more-you-know.gif" style="height: 200px;" /></a>
</div>
<ul class="build simple">
<li><dl class="first docutils">
<dt>Give a talk!</dt>
<dd><ul class="first last">
<li>This can be at a <a class="reference external" href="https://www.meetup.com/find/events/tech/">user group</a> meeting, <a class="reference external" href="http://beaverbarcamp.org/">bar camp</a>, or other event</li>
</ul>
</dd>
</dl>
</li>
<li><dl class="first docutils">
<dt>Volunteer for a workshop or event</dt>
<dd><ul class="first last">
<li><a class="reference internal" href="#resources">Resources</a></li>
</ul>
</dd>
</dl>
</li>
<li>Represent an open source project at an event</li>
</ul>
</article>
<article class="slide level-2" id="design">
<h2>Design</h2>
<div class="figure align-center">
<a class="reference internal image-reference" href="images/docker_logo.png"><img alt="images/docker_logo.png" src="images/docker_logo.png" style="height: 300px;" /></a>
</div>
<ul class="build simple">
<li>A logo</li>
<li>A <a class="reference external" href="https://deis.com/images/blog-images/kubernetes-overview-1-0.png">helpful diagram</a></li>
<li>A new feature</li>
</ul>
<p><a class="reference external" href="https://www.redbubble.com/people/talisso/works/26870087-docker-logo?p=sticker">Source</a></p>
</article>
<article class="slide level-2" id="finding-a-project">
<h2>Finding a Project</h2>
<p>In order of perceived helpfulness:</p>
<ul class="simple">
<li><a class="reference external" href="https://github.com/explore">Explore Github</a></li>
<li><a class="reference external" href="https://whatcanidoformozilla.org/">What Can I Do For Mozilla</a></li>
<li><a class="reference external" href="https://24pullrequests.com/">24 Pull Requests</a></li>
<li><a class="reference external" href="https://openhatch.org/">Openhatch</a></li>
</ul>
</article>
<article class="slide level-1" id="getting-started-contributing">
<h1>Getting Started Contributing</h1>
<p>Making your first PR</p>
<p><a class="reference external" href="https://slides.lucywyman.me/how-can-i-contribute.html#15">https://slides.lucywyman.me/how-can-i-contribute.html#15</a>
<a class="reference external" href="https://github.com/pop/i-love-tacos">https://github.com/pop/i-love-tacos</a></p>
</article>
<article class="slide level-2" id="first-steps">
<h2>First Steps</h2>
<ul class="simple">
<li>Make an account on <a class="reference external" href="https://github.com">Github</a></li>
<li><dl class="first docutils">
<dt>Read the README and/or CONTRIBUTING docs.</dt>
<dd><ul class="first last">
<li>If these don't exist, make an issue and add them!</li>
</ul>
</dd>
</dl>
</li>
</ul>
</article>
<article class="slide level-2" id="installing-a-client">
<h2>Installing a Client</h2>
<ul class="simple">
<li><a class="reference external" href="https://git-scm.com/book/en/v2/Getting-Started-Installing-Git">Official Git Docs</a> (cover all platforms)</li>
<li><a class="reference external" href="https://git-for-windows.github.io/">On Windows</a></li>
<li><a class="reference external" href="https://git-scm.com/download/mac">On OSX</a></li>
<li><a class="reference external" href="https://git-scm.com/download/linux">On Linux</a></li>
</ul>
</article>
<article class="slide level-2" id="fork-a-repo">
<h2>Fork a Repo</h2>
<p>Creating your own copy</p>
<div class="figure align-center">
<a class="reference internal image-reference" href="images/forking.png"><img alt="images/forking.png" src="images/forking.png" style="height: 300px;" /></a>
</div>
</article>
<article class="slide level-2" id="clone-a-repo">
<h2>Clone a Repo</h2>
<p>Downloading from Github</p>
<div class="figure align-center">
<a class="reference internal image-reference" href="images/cloning.png"><img alt="images/cloning.png" src="images/cloning.png" style="height: 300px;" /></a>
</div>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">git</span> <span class="n">clone</span> <span class="n">ssh</span><span class="nd">@github</span><span class="o">.</span><span class="n">com</span><span class="p">:</span><span class="n">lucywyman</span><span class="o">/</span><span class="n">i</span><span class="o">-</span><span class="n">love</span><span class="o">-</span><span class="n">tacos</span><span class="o">.</span><span class="n">git</span>
</pre></div>
</div>
</article>
<article class="slide level-2" id="make-changes">
<h2>Make Changes</h2>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">echo</span> <span class="s1">'I love tacos'</span> <span class="o">></span> <span class="n">tacos</span><span class="o">.</span><span class="n">txt</span>
</pre></div>
</div>
</article>
<article class="slide level-2" id="stage-and-commit">
<h2>Stage and Commit</h2>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">git</span> <span class="n">status</span>
<span class="n">git</span> <span class="n">add</span> <span class="n">truth</span><span class="o">.</span><span class="n">txt</span>
<span class="n">git</span> <span class="n">commit</span>
<span class="n">git</span> <span class="n">status</span>
</pre></div>
</div>
</article>
<article class="slide level-2" id="push">
<h2>Push</h2>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">git</span> <span class="n">push</span>
</pre></div>
</div>
</article>
<article class="slide level-2" id="make-a-pull-request">
<h2>Make a Pull Request</h2>
<div class="figure align-center">
<a class="reference internal image-reference" href="images/pull-request.png"><img alt="images/pull-request.png" src="images/pull-request.png" style="height: 400px;" /></a>
</div>
</article>
<article class="slide level-2" id="git-resources-and-tutorials">
<h2>Git Resources and Tutorials</h2>
<ul class="simple">
<li><a class="reference external" href="https://try.github.io/levels/1/challenges/1">try.github.io</a> for an easy, hands-on tutorial</li>
<li><a class="reference external" href="https://www.tutorialspoint.com/git/git_review_changes.htm">TutorialsPoint Git Tutorial</a> for a better understanding of what
git can do</li>
<li><a class="reference external" href="http://www.vogella.com/tutorials/Git/article.html">Vogella Git Tutorial</a> for a <em>really</em> deep dive into git</li>
<li><a class="reference external" href="https://www.codecademy.com/learn/learn-git">Codecademy Git Tutorial</a> for a more lesson-based approach</li>
</ul>
</article>
<article class="slide level-2" id="id6">
<h2>Resources</h2>
<ul class="simple">
<li><a class="reference internal" href="#what-is-open-source">What is Open Source?</a></li>
<li><a class="reference external" href="http://blog.smartbear.com/programming/14-ways-to-contribute-to-open-source-without-being-a-programming-genius-or-a-rock-star/">14 Ways to Contribute to Open Source</a></li>
<li><a class="reference external" href="https://opensource.guide/how-to-contribute/">How to Contribute</a> from opensource.org</li>
<li><a class="reference external" href="https://opensource.com/life/16/1/8-ways-contribute-open-source-without-writing-code">8 non-code ways to contribute to open source</a></li>
</ul>
</article>
<article class="slide level-2" id="questions">
<h2>Questions?</h2>
<div class="figure align-center">
<a class="reference internal image-reference" href="images/rdj-question.gif"><img alt="images/rdj-question.gif" src="images/rdj-question.gif" style="height: 300px;" /></a>
</div>
</article>
<article class="slide level-1" id="thank-you">
<h1>Thank you!</h1>
</article>
</section>
<section id="slide_notes">
</section>
</body>
</html>