include OpenHack
author = Presenter.new(:buren)
slides = OpenSource::Slides.new
wait until author.ready?
author.present(slides) do |slide|
print slide
any_questions? if slide.last?
end
Why aren’t governments institutions open sourcing their code???
WHY?!?#!@#^!
Could open source be used in new places?
Open source banks? governments?
Why aren’t governments institutions open sourcing their code???
WHY?!?#!@#^!
Outside of software?
Modern open source
Could open source be used in new places?
Questions or comments?
Contribute to open source
Contribute to open source
How can I get started contributing?
Contributing to a OSS project
Building a OSS project
How can I get started contributing?
Contributing to a OSS project
Start small
Read some old pull requests and issues
Validate that your change is needed
Be nice
Spend time on writing good issues and pull requests
Building a OSS project
Build something yourselves
Being a maintainer can be hard
People are not always nice
Remember the code from the first slide?
include OpenHack
author = Presenter.new(:buren)
slides = OpenSource::Slides.new
wait until author.ready?
author.present(slides) do |slide|
print slide
any_questions? if slide.last?
end