Let's change the world together with Open-Source & make an awareness on climate change
📝 Register here for Hacktoberfest 2020
Hackbars 🍫
All of our user-submitted hackbars are available in the /_hackbars directory.
🎁 A hackbar contains -
- A message on
open-source. - A message on
climate change. - A image of
climate change awarenessor a selfie withplantation.
-
Clonetheforkedrepository from your account.
Copy the urland paste theurlin theterminal/git bash/cmdorpowershell. Don't copy theurlgiven below.
git clone https://github.com/{your-username}/hacktoberfest-2020.git- Go to the directory
cd hacktoberfest-2020- Open the directory in
VS Code(or any other code editor)
code .-
Download a
copyright freeimage onclimate changeor take a selfie with yourplantation. The image size should <150 KB. -
Rename the image as
your_name.jpg[no space] and copy the toassets/images/directory. -
Go to
_hackbarsand create a new fileyour_name.md -
In the
your_name.mdfile type as the following lines.
---
layout: hackbar
title: any_title
author: your_name
---
<!-- Your MESSAGE on open source-->
---
## <!-- Your MESSAGE on climate change -->
Change image_name with your actual image file name.
For example -
---
layout: hackbar
title: Open Source
author: Tasnim Zotder
---
In open source, we feel strongly that to really do something well, you have to get a lot of people involved.
---
## We are losing the chance ⏱
- Add the changed files
git add .Committhe changes you have made
git commit -m "your_message"Pushthe codes to your repository
git push- You need to make 4 valid PR (
Pull Request) between October 1-31. PRcan be made to any public repo on GitHub.- If a maintainer reports your PR as spam or behavior not in line with the project's code of conduct, you will be ineligible to participate.
- This year, the first
75Kparticipants who successfully complete the challenge will be eligible to receive a price.




