Hacktoberfest 2020 π©βπ» + π
Letβs change the world together with Open-Source
& make an awareness on climate change
Time is short but together we still have a chance to recover our planet π
π Register here for Hacktoberfest 2020
π Pull requests for Hacktoberfest count October 1-31
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 awareness
or a selfie withplantation
.
βͺ How to contribute
To contribute a hackbar π« -
-
Fork
the repository. Clone
theforked
repository from your account. Copy theurl
and paste theurl
in theterminal
/git bash
/cmd
orpowershell
. Donβt copy theurl
given 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 free
image onclimate change
or 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
_hackbars
and create a new fileyour_name.md
- In the
your_name.md
file type as the following lines. ```markdown β layout: hackbar title: ANY_TITLE author: YOUR_NAME β
Change `image_name` with your actual image file name.<br>
For example -
```markdown
---
layout: hackbar
title: Open Source
author: Shahil Akter
---
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 β±
![Ending Earth](/hacktoberfest-2020/assets/images/shahil_akter.jpg)
- Add the changed files
git add .
Commit
the changes you have madegit commit -m "YOUR_MESSAGE"
Push
the codes to your repositorygit push
-
Create a pull request
-
Nextβ¦
-
Nextβ¦
- πππ Congratulations. Your PR is live.
PLEASE DONβT FORGET TO CONTRIBUTE AND CREATE NEW ISSUES
π Rules of Hacktoberfest
- You need to make 4 valid PR (
Pull Request
) between October 1-31. PR
can 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
75K
participants who successfully complete the challenge will be eligible to receive a price.