-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
249 lines (163 loc) · 4.07 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Open source workshop</title>
<meta charset="utf-8">
<style>
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
body { font-family: 'Droid Serif'; }
h1, h2, h3 {
font-family: 'Yanone Kaffeesatz';
font-weight: normal;
}
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
</style>
</head>
<body>
<textarea id="source">
layout: true
name: middle
class: center, middle
background-color: #E98874
<br><br><br>
---
layout: true
name: normal
class: left
background-color: #E98874
<br><br><br>
---
template: middle
# Open source workshop
---
template: normal
# Agenda
1. Introductions
2. Why opensource
3. Let's start
---
# Whoami
- name: Meili
- from: Greece -> Germany
- senior python engineer
- 6 years PyLadies Berlin lead
---
# How is it being an enginner?
- good money
- respect
- mentally challenging
---
# The story of a Pylady
- film production 2 years
- coffee roaster
- ....
and now
---
template: middle
## within 1 full time year
## learning, study, open source
---
template: middle
# Jessica is now enginner @Ecosia
---
template: middle
# ...that can be your story
---
template: middle
# How can open source help?
---
# Why open source
- high code quality
- solid git workflow
- constructive collaboration
- efficient communication
---
template: middle
# Which projects are open source?
---
template: middle
# all (we) use to work
---
templates: middle
# Python, Django, Vue.js, Postgres, Sqlite, PHP, Javascript ...
many many more
---
templates: middle
# Open source isn’t an exclusive club
# it’s made by people just like you
---
templates: middle
# opensource ecosystem has millions of projects!!!
---
templates: middle
# Many resources to help beginners to opensource
- https://firstcontributions.github.io/
- https://www.firsttimersonly.com/
- https://up-for-grabs.net
- http://issuehub.io/?label%5B%5D=first-timers-only&language=ruby
- https://opensource.guide/how-to-contribute/
- https://opensourcefriday.com/
- https://github.com/MunGell/awesome-for-beginners
---
# Let's start
https://firstcontributions.github.io/
---
# Contributing process
- Choose a project
- read the README.md (the home page of the project)
- read the contributors guidelines
- look at merged pull requests to see examples
- find and issue to work on
- ask questions: can i take it, can you explain XYZ?
---
# Let's get started - Find projects
- https://www.firsttimersonly.com [READ to get inspired]
- http://issuehub.io/ [labels: ups-for-grabs, beginner, first timer]
.. and your language
---
# Projects to start
- https://github.com/the-ethan-hunt/first-timers-guide (Markdown - write an article)
- https://github.com/pygame/pygame/labels/good%20first%20issue (Python)
- https://github.com/wemake-services/wemake-python-styleguide/labels/level%3Astarter (Python)
- https://github.com/commons-app/apps-android-commons/labels/good%20first%20issue (Android)
- https://github.com/BrandonArmand/Binari (Javascript)
---
# Congratulations !!!
- first PR
- searched for projects
- read issues
- ..
---
# Contributing and Finding projects
can be scary ...
---
# Contributing
* is very rewarding
* give you confidence
* get you your first job
---
# Extra motivation
Checkout also these cool projects to open source for underrepresented groups
Paid 3 months interniships
- outreachy - https://www.outreachy.org
- RailsGirlsSummerOfCode (it not only ruby on rails) - https://railsgirlssummerofcode.org
Application deadline very soon!!
---
# Sponsored (paid) issues
https://issuehunt.io/issues
---
# Contact details
Github: mei-li
Email: [email protected]
Twitter: @meilitr
# Thank you
</textarea>
<script src="https://remarkjs.com/downloads/remark-latest.min.js">
</script>
<script>
var slideshow = remark.create();
</script>
</body>
</html>