SlideShare a Scribd company logo
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
GitHub Campus Expert, Organizer
Hack4Bengal, LFX Mentee’21
Manish Kumar Barnwal
GitHub Campus Expert, Intern @
Harness.io, DigitalOcean Navigator
Hrittik Roy
Join at slido.com
#4262166
You're from which year?
What is opensource for you
in one word?
Have you heard about Git &
GitHub?
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
DigitalOcean / Agenda
Let’s understand Opensource
Flow of Git & GitHub
What is Hacktoberfest
Contributing and Understanding docs
WHAT
WILL WE COVER?
How & where to make your first contribution
What after Hacktoberfest!!
Quiz!!
Let’s Understand
Opensource!!
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
Hacktoberfest
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
DigitalOcean / The legacy
Learn Code Collaborate
DigitalOcean / Sponsorship
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
Values of
Opensource
Peer review
Opensource code is actively checked and
improved upon by peer programmers
Transparency
Open source allows you to check and
track your data yourself.
Reliability
Open source code outlives its original
authors because it is constantly updated
DigitalOcean / Sponsorship
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
Values of
Opensource
Free of Cost
With open source the code itself is free
No vendor lock-in
Freedom for the user means that you can
take your open source code anywhere.
Open collaboration
Active open source communities means
that you can find help and resources.
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
Hacktoberfe
st
WHAT IS
HACKTOBERFEST?
Values
Hacktoberfest
DigitalOcean / Deals
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
EVERYONE IS WELCOME
Participants in Hacktoberfest come from all over the world
QUANTITY IS FUN, QUALITY IS KEY
All begins with meaningful contributions to open-source software
SHORT-TERM ACTION, LONG-TERM IMPACT
Your participation helps build the future of the internet.
DigitalOcean / The legacy
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
Rules of
Hacktoberfest
Pull Requests
PR can be made in
any GitHub or
GitLab just look
for “hacktoberfest”
topic.
Prize
The first 40,000
participants can
elect to receive
prizes.
4 PRs Accepted
Have 4 PRs accepted
between October 1
and October 31 to
complete
Hacktoberfest
DigitalOcean / Sponsorship
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
Avoid
SPAM
SPAMMY PRs
Maintainers: label spammy requests
“spam” and close them
LOW-QUALITY PR
Hacktoberfest is about contributing
meaningfully to open-source projects.
BAD REPOSITORIES
Repos that encourage simplistic PR/MRs
will be excluded from Hacktoberfest
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
DigitalOcean / Agenda
Fork/Create Repository
Add & Commit Changes
Clone/Initialize
Pull/Push Changes
Flow of
Git & GitHub
Finally you may raise PR!!
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
DigitalOcean / The legacy
How to land a PR?
Fork the repo you want to
contribute to
01.
Make changes. Stage, commit and push
them to your fork. Create a pull
request.
03.
Clone the fork on your
local machine
02.
Wait for a
maintainer to
review and merge
your PR
04.
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
DigitalOcean / The legacy
Community website of OCY No Code Zone
Hack4Bengal’s website https:!/github.com/imanishbarnwa
l/Events-And-Hackathons
https:!/up-for-grabs.net/
Variety of Open Source
Projects by Open Codeyard
Find a place to
CONTRIBUTE
Add translations in
https:!/github.com/OpenCodeyard/
ocyclient
Open Source @ Appwrite
DigitalOcean / The legacy
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
Read COC, Readme & contributing.md before
Contributing to a repo.
Ask open ended Questions!!
IMPORTANT
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
Hacktoberfe
st
WHAT AFTER
HACKTOBERFEST?
DigitalOcean / The legacy
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
Let’s do
QnA
DigitalOcean / The legacy
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
hack4bengal.tech
DigitalOcean / The legacy
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
discord.io/hack4bengal
DigitalOcean / The legacy
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
Quiz Time
DigitalOcean / The legacy
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
github.com/imanishbarnwal/hacktoberfest-ccu
DigitalOcean / The legacy
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
linktr.ee/manishbarnwal
DigitalOcean / Contact
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
@hrittikhere
@imanishbarnwal
Connect with us…
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
THANKS
FOR LISTENING
PRESENTED BY
Contributing and Understanding Docs
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
Hrittik Roy
Intern @ Harness.io
Technical Writer
DigitalOcean Navigator
GitHub Campus Expert
Google Venkat Scholar
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
DigitalOcean / Agenda
Understanding Documentation
Important Files for you to Start
Why Documentation?
Contributing to Documentations
Agenda:
Some Tips
Why
Documentation?
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
Hacktoberfest
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
Contributors You Users
Help first time Contributors
onboard
For you who will be using your
Code in some months
Quick Start Guide, Show your
project exists
It Helps:
DigitalOcean / Sponsorship
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
Min Components of
Documentati
on
Readme.md
Talks about the functionality of your project,
links to other docs
License
License so that others are free to use, change,
and distribute the software. Truly #oss
Contributing.md
Help new contributor to setup build
environment, dependencies and create PR
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
DigitalOcean / The legacy
There’s More
Literal documentation or Installation
instructions
01.
API documentation
Use/Understand Function
Understand Arguments/Default Value of Function
03.
Examples and galleries
Small samples to test your
application
02.
Tutorials/Guides/FAQs
Whatever helps
users/you/contributor
04.
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
Hacktoberfest
Contributing to
Documentation
DigitalOcean / Sponsorship
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
Value of
Starting
Read the Docs
Understanding aspects of Project
Build your Docs
Docs run on different templates/engines so run
them on your local setup!
Open collaboration
Collaborate on Issues/PRs and commit!
DigitalOcean / The legacy
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
Types of
Contributions
Grammar
Fix the Grammar as
you go!
Logic
Fix issues you faced
while running the
docs!
Bonus: Diagrams
Translation
Help the project to
migrate to different
languages!
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
Hacktoberfest
Advice
Towards
Documentation
Values
Documentati
on
DigitalOcean
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
DOCUMENTATION IS LIKE CODE: IT NEEDS TO BE MAINTAINED
• Favor quality over quantity.
• All examples in the documentation should run automatically
IF IT IS NOT DOCUMENTED, IT DOES NOT EXIST
• Write documentation as you write code.
• Documentation driven development.
DOCUMENTATION IS ABOUT COMMUNICATION
• How to organize your ideas?
• Your Target Audience?
DigitalOcean / The legacy
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
Let’s do
QnA
DigitalOcean / The legacy
2022 HACKTOBERFEST. ALL RIGHTS RESERVED
linktr.ee/hrittikhere

More Related Content

Similar to Hacktoberfest Kolkata 2022.pdf

Hacktoberfest 23 Slide Deck.pptx
Hacktoberfest 23 Slide Deck.pptxHacktoberfest 23 Slide Deck.pptx
Hacktoberfest 23 Slide Deck.pptx
GDSCBBIT
 
Hacktoberfest GDSC BBBDITM.pptx
Hacktoberfest GDSC BBBDITM.pptxHacktoberfest GDSC BBBDITM.pptx
Hacktoberfest GDSC BBBDITM.pptx
ArishAhmad9
 
Bitcoin Development 2019 Starter Guide - No Skill | ProvenCrypto
Bitcoin Development 2019 Starter Guide - No Skill | ProvenCryptoBitcoin Development 2019 Starter Guide - No Skill | ProvenCrypto
Bitcoin Development 2019 Starter Guide - No Skill | ProvenCrypto
Opti Network
 
Introductory session flutter festival
Introductory session   flutter festivalIntroductory session   flutter festival
Introductory session flutter festival
ApoorveGoyal2
 
Github 101 An Adventurer's Guide To Open Source
Github 101   An Adventurer's Guide To Open SourceGithub 101   An Adventurer's Guide To Open Source
Github 101 An Adventurer's Guide To Open Source
Prachitibhukan
 
Giddy Up on GitHub
Giddy Up on GitHubGiddy Up on GitHub
Giddy Up on GitHub
Rocket Software
 
Hacktoberfest 2020 - Open source for beginners
Hacktoberfest 2020 - Open source for beginnersHacktoberfest 2020 - Open source for beginners
Hacktoberfest 2020 - Open source for beginners
DeepikaRana30
 
What is github.
What is github.What is github.
What is github.
aditi agarwal
 
GDSC PCE Hacktoberfest 1.pptx
GDSC PCE Hacktoberfest 1.pptxGDSC PCE Hacktoberfest 1.pptx
GDSC PCE Hacktoberfest 1.pptx
AnandMenon54
 
Hacktoberfest GDSC Pillai College of Engineering
Hacktoberfest GDSC Pillai College of EngineeringHacktoberfest GDSC Pillai College of Engineering
Hacktoberfest GDSC Pillai College of Engineering
AnandMenon54
 
August OpenNTF Webinar - Git and GitHub Explained
August OpenNTF Webinar - Git and GitHub ExplainedAugust OpenNTF Webinar - Git and GitHub Explained
August OpenNTF Webinar - Git and GitHub Explained
Howard Greenberg
 
OSSDN Introduction 06112015
OSSDN Introduction 06112015OSSDN Introduction 06112015
OSSDN Introduction 06112015Rick Bauer
 
Resources For Floss Projects
Resources For Floss ProjectsResources For Floss Projects
Resources For Floss Projects
Jon Spriggs
 
GDSC PHCET x Hacktober .pptx
GDSC PHCET x Hacktober .pptxGDSC PHCET x Hacktober .pptx
GDSC PHCET x Hacktober .pptx
UtkarshaChaudhari7
 
Hacktoberfest 23.pptx
Hacktoberfest 23.pptxHacktoberfest 23.pptx
Hacktoberfest 23.pptx
gdscsbjain
 
30 days gcp info session final
30 days gcp info session final30 days gcp info session final
30 days gcp info session final
Domendra Sahu
 
Flutter festival ppt
Flutter festival ppt Flutter festival ppt
Flutter festival ppt
TusharSharma218876
 
GitHub for partners
GitHub for partnersGitHub for partners
GitHub for partners
Lorenzo Barbieri
 
Get started with GitHub Copilot.pptx
Get started with GitHub Copilot.pptxGet started with GitHub Copilot.pptx
Get started with GitHub Copilot.pptx
KhushiPanwar33
 
Open Source Compliance at Orange, OW2online, June 2020
Open Source Compliance at Orange, OW2online, June 2020Open Source Compliance at Orange, OW2online, June 2020
Open Source Compliance at Orange, OW2online, June 2020
OW2
 

Similar to Hacktoberfest Kolkata 2022.pdf (20)

Hacktoberfest 23 Slide Deck.pptx
Hacktoberfest 23 Slide Deck.pptxHacktoberfest 23 Slide Deck.pptx
Hacktoberfest 23 Slide Deck.pptx
 
Hacktoberfest GDSC BBBDITM.pptx
Hacktoberfest GDSC BBBDITM.pptxHacktoberfest GDSC BBBDITM.pptx
Hacktoberfest GDSC BBBDITM.pptx
 
Bitcoin Development 2019 Starter Guide - No Skill | ProvenCrypto
Bitcoin Development 2019 Starter Guide - No Skill | ProvenCryptoBitcoin Development 2019 Starter Guide - No Skill | ProvenCrypto
Bitcoin Development 2019 Starter Guide - No Skill | ProvenCrypto
 
Introductory session flutter festival
Introductory session   flutter festivalIntroductory session   flutter festival
Introductory session flutter festival
 
Github 101 An Adventurer's Guide To Open Source
Github 101   An Adventurer's Guide To Open SourceGithub 101   An Adventurer's Guide To Open Source
Github 101 An Adventurer's Guide To Open Source
 
Giddy Up on GitHub
Giddy Up on GitHubGiddy Up on GitHub
Giddy Up on GitHub
 
Hacktoberfest 2020 - Open source for beginners
Hacktoberfest 2020 - Open source for beginnersHacktoberfest 2020 - Open source for beginners
Hacktoberfest 2020 - Open source for beginners
 
What is github.
What is github.What is github.
What is github.
 
GDSC PCE Hacktoberfest 1.pptx
GDSC PCE Hacktoberfest 1.pptxGDSC PCE Hacktoberfest 1.pptx
GDSC PCE Hacktoberfest 1.pptx
 
Hacktoberfest GDSC Pillai College of Engineering
Hacktoberfest GDSC Pillai College of EngineeringHacktoberfest GDSC Pillai College of Engineering
Hacktoberfest GDSC Pillai College of Engineering
 
August OpenNTF Webinar - Git and GitHub Explained
August OpenNTF Webinar - Git and GitHub ExplainedAugust OpenNTF Webinar - Git and GitHub Explained
August OpenNTF Webinar - Git and GitHub Explained
 
OSSDN Introduction 06112015
OSSDN Introduction 06112015OSSDN Introduction 06112015
OSSDN Introduction 06112015
 
Resources For Floss Projects
Resources For Floss ProjectsResources For Floss Projects
Resources For Floss Projects
 
GDSC PHCET x Hacktober .pptx
GDSC PHCET x Hacktober .pptxGDSC PHCET x Hacktober .pptx
GDSC PHCET x Hacktober .pptx
 
Hacktoberfest 23.pptx
Hacktoberfest 23.pptxHacktoberfest 23.pptx
Hacktoberfest 23.pptx
 
30 days gcp info session final
30 days gcp info session final30 days gcp info session final
30 days gcp info session final
 
Flutter festival ppt
Flutter festival ppt Flutter festival ppt
Flutter festival ppt
 
GitHub for partners
GitHub for partnersGitHub for partners
GitHub for partners
 
Get started with GitHub Copilot.pptx
Get started with GitHub Copilot.pptxGet started with GitHub Copilot.pptx
Get started with GitHub Copilot.pptx
 
Open Source Compliance at Orange, OW2online, June 2020
Open Source Compliance at Orange, OW2online, June 2020Open Source Compliance at Orange, OW2online, June 2020
Open Source Compliance at Orange, OW2online, June 2020
 

Recently uploaded

The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 

Recently uploaded (20)

The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 

Hacktoberfest Kolkata 2022.pdf

  • 1.
  • 2. 2022 HACKTOBERFEST. ALL RIGHTS RESERVED GitHub Campus Expert, Organizer Hack4Bengal, LFX Mentee’21 Manish Kumar Barnwal GitHub Campus Expert, Intern @ Harness.io, DigitalOcean Navigator Hrittik Roy
  • 5. What is opensource for you in one word?
  • 6. Have you heard about Git & GitHub?
  • 7. 2022 HACKTOBERFEST. ALL RIGHTS RESERVED DigitalOcean / Agenda Let’s understand Opensource Flow of Git & GitHub What is Hacktoberfest Contributing and Understanding docs WHAT WILL WE COVER? How & where to make your first contribution What after Hacktoberfest!! Quiz!!
  • 8. Let’s Understand Opensource!! 2022 HACKTOBERFEST. ALL RIGHTS RESERVED Hacktoberfest
  • 9. 2022 HACKTOBERFEST. ALL RIGHTS RESERVED DigitalOcean / The legacy Learn Code Collaborate
  • 10. DigitalOcean / Sponsorship 2022 HACKTOBERFEST. ALL RIGHTS RESERVED Values of Opensource Peer review Opensource code is actively checked and improved upon by peer programmers Transparency Open source allows you to check and track your data yourself. Reliability Open source code outlives its original authors because it is constantly updated
  • 11. DigitalOcean / Sponsorship 2022 HACKTOBERFEST. ALL RIGHTS RESERVED Values of Opensource Free of Cost With open source the code itself is free No vendor lock-in Freedom for the user means that you can take your open source code anywhere. Open collaboration Active open source communities means that you can find help and resources.
  • 12. 2022 HACKTOBERFEST. ALL RIGHTS RESERVED Hacktoberfe st WHAT IS HACKTOBERFEST?
  • 13. Values Hacktoberfest DigitalOcean / Deals 2022 HACKTOBERFEST. ALL RIGHTS RESERVED 2022 HACKTOBERFEST. ALL RIGHTS RESERVED EVERYONE IS WELCOME Participants in Hacktoberfest come from all over the world QUANTITY IS FUN, QUALITY IS KEY All begins with meaningful contributions to open-source software SHORT-TERM ACTION, LONG-TERM IMPACT Your participation helps build the future of the internet.
  • 14. DigitalOcean / The legacy 2022 HACKTOBERFEST. ALL RIGHTS RESERVED Rules of Hacktoberfest Pull Requests PR can be made in any GitHub or GitLab just look for “hacktoberfest” topic. Prize The first 40,000 participants can elect to receive prizes. 4 PRs Accepted Have 4 PRs accepted between October 1 and October 31 to complete Hacktoberfest
  • 15. DigitalOcean / Sponsorship 2022 HACKTOBERFEST. ALL RIGHTS RESERVED Avoid SPAM SPAMMY PRs Maintainers: label spammy requests “spam” and close them LOW-QUALITY PR Hacktoberfest is about contributing meaningfully to open-source projects. BAD REPOSITORIES Repos that encourage simplistic PR/MRs will be excluded from Hacktoberfest
  • 16. 2022 HACKTOBERFEST. ALL RIGHTS RESERVED DigitalOcean / Agenda Fork/Create Repository Add & Commit Changes Clone/Initialize Pull/Push Changes Flow of Git & GitHub Finally you may raise PR!!
  • 17. 2022 HACKTOBERFEST. ALL RIGHTS RESERVED DigitalOcean / The legacy How to land a PR? Fork the repo you want to contribute to 01. Make changes. Stage, commit and push them to your fork. Create a pull request. 03. Clone the fork on your local machine 02. Wait for a maintainer to review and merge your PR 04.
  • 18. 2022 HACKTOBERFEST. ALL RIGHTS RESERVED DigitalOcean / The legacy Community website of OCY No Code Zone Hack4Bengal’s website https:!/github.com/imanishbarnwa l/Events-And-Hackathons https:!/up-for-grabs.net/ Variety of Open Source Projects by Open Codeyard Find a place to CONTRIBUTE Add translations in https:!/github.com/OpenCodeyard/ ocyclient Open Source @ Appwrite
  • 19. DigitalOcean / The legacy 2022 HACKTOBERFEST. ALL RIGHTS RESERVED Read COC, Readme & contributing.md before Contributing to a repo. Ask open ended Questions!! IMPORTANT
  • 20. 2022 HACKTOBERFEST. ALL RIGHTS RESERVED Hacktoberfe st WHAT AFTER HACKTOBERFEST?
  • 21. DigitalOcean / The legacy 2022 HACKTOBERFEST. ALL RIGHTS RESERVED Let’s do QnA
  • 22. DigitalOcean / The legacy 2022 HACKTOBERFEST. ALL RIGHTS RESERVED hack4bengal.tech
  • 23. DigitalOcean / The legacy 2022 HACKTOBERFEST. ALL RIGHTS RESERVED discord.io/hack4bengal
  • 24. DigitalOcean / The legacy 2022 HACKTOBERFEST. ALL RIGHTS RESERVED Quiz Time
  • 25. DigitalOcean / The legacy 2022 HACKTOBERFEST. ALL RIGHTS RESERVED github.com/imanishbarnwal/hacktoberfest-ccu
  • 26. DigitalOcean / The legacy 2022 HACKTOBERFEST. ALL RIGHTS RESERVED linktr.ee/manishbarnwal
  • 27. DigitalOcean / Contact 2022 HACKTOBERFEST. ALL RIGHTS RESERVED @hrittikhere @imanishbarnwal Connect with us…
  • 28. 2022 HACKTOBERFEST. ALL RIGHTS RESERVED THANKS FOR LISTENING
  • 29. PRESENTED BY Contributing and Understanding Docs
  • 30. 2022 HACKTOBERFEST. ALL RIGHTS RESERVED Hrittik Roy Intern @ Harness.io Technical Writer DigitalOcean Navigator GitHub Campus Expert Google Venkat Scholar
  • 31. 2022 HACKTOBERFEST. ALL RIGHTS RESERVED DigitalOcean / Agenda Understanding Documentation Important Files for you to Start Why Documentation? Contributing to Documentations Agenda: Some Tips
  • 32. Why Documentation? 2022 HACKTOBERFEST. ALL RIGHTS RESERVED Hacktoberfest
  • 33. 2022 HACKTOBERFEST. ALL RIGHTS RESERVED Contributors You Users Help first time Contributors onboard For you who will be using your Code in some months Quick Start Guide, Show your project exists It Helps:
  • 34. DigitalOcean / Sponsorship 2022 HACKTOBERFEST. ALL RIGHTS RESERVED Min Components of Documentati on Readme.md Talks about the functionality of your project, links to other docs License License so that others are free to use, change, and distribute the software. Truly #oss Contributing.md Help new contributor to setup build environment, dependencies and create PR
  • 35. 2022 HACKTOBERFEST. ALL RIGHTS RESERVED DigitalOcean / The legacy There’s More Literal documentation or Installation instructions 01. API documentation Use/Understand Function Understand Arguments/Default Value of Function 03. Examples and galleries Small samples to test your application 02. Tutorials/Guides/FAQs Whatever helps users/you/contributor 04.
  • 36. 2022 HACKTOBERFEST. ALL RIGHTS RESERVED Hacktoberfest Contributing to Documentation
  • 37. DigitalOcean / Sponsorship 2022 HACKTOBERFEST. ALL RIGHTS RESERVED Value of Starting Read the Docs Understanding aspects of Project Build your Docs Docs run on different templates/engines so run them on your local setup! Open collaboration Collaborate on Issues/PRs and commit!
  • 38. DigitalOcean / The legacy 2022 HACKTOBERFEST. ALL RIGHTS RESERVED Types of Contributions Grammar Fix the Grammar as you go! Logic Fix issues you faced while running the docs! Bonus: Diagrams Translation Help the project to migrate to different languages!
  • 39. 2022 HACKTOBERFEST. ALL RIGHTS RESERVED Hacktoberfest Advice Towards Documentation
  • 40. Values Documentati on DigitalOcean 2022 HACKTOBERFEST. ALL RIGHTS RESERVED 2022 HACKTOBERFEST. ALL RIGHTS RESERVED DOCUMENTATION IS LIKE CODE: IT NEEDS TO BE MAINTAINED • Favor quality over quantity. • All examples in the documentation should run automatically IF IT IS NOT DOCUMENTED, IT DOES NOT EXIST • Write documentation as you write code. • Documentation driven development. DOCUMENTATION IS ABOUT COMMUNICATION • How to organize your ideas? • Your Target Audience?
  • 41. DigitalOcean / The legacy 2022 HACKTOBERFEST. ALL RIGHTS RESERVED Let’s do QnA
  • 42. DigitalOcean / The legacy 2022 HACKTOBERFEST. ALL RIGHTS RESERVED linktr.ee/hrittikhere