An open API service indexing awesome lists of open source software.

https://github.com/masterbrian99/hacktoberfest-2k20

Add your info and pick a limited edition T-shirt or plant a tree.
https://github.com/masterbrian99/hacktoberfest-2k20

beginner beginner-code beginner-friendly css hacktoberfest hacktoberfest-2020 hacktoberfest2020 html pick plant star tree website

Last synced: 3 months ago
JSON representation

Add your info and pick a limited edition T-shirt or plant a tree.

Awesome Lists containing this project

README

          

# HacktoberFest 2020
## Support open source and pick a limited edition T-shirt or plant a tree.

![GitHub Hacktoberfest combined status (suggestion label override)](https://img.shields.io/github/hacktoberfest/2020/MasterBrian99/Hacktoberfest-2k20?suggestion_label=hacktoberfest)

![Hacktober2020](https://i.imgur.com/hnpukK4.png)

### Event details
Hacktoberfest® is open to everyone in our global community. Whether you’re a developer, student learning to code, event host, or company of any size, you can help drive growth of open source and make positive contributions to an ever-growing community. All backgrounds and skill levels are encouraged to complete the challenge.
- Hacktoberfest is a celebration open to everyone in our global community.
- Pull requests can be made in participating GitHub-hosted repositories/projects, classified with the Hacktoberfest topic.
- You can sign up anytime between October 1 and October 31.

This repo is to welcome beginners to Github and the opensource community by helping them learn how to make their first PR and contributions to open source!

### How to contribute Hacktoberfest-2020 ?
#### Step 1: Star this repository.

![star](https://i.imgur.com/KSsNOwn.png)

#### Step 2: Fork this repository.
![fork](https://i.imgur.com/cRQ0wp2.png)

#### Step 3: clone your forked repository.

```sh
$ git clone https://github.com//Hacktoberfest-2k20
```

#### Step 4: Go to directory and Create a new Branch
```sh
$ cd Hacktoberfest-2k20
$ git checkout -b add-my-info
```
#### Step 5: Make Changes.

1. Add your Photo to img folder and rename it.add your name [username.jpg] like that.
2. copy this line and Add your details to user.js.

```sh
["Add Your Name", "./img/username.png", "Your Bio", "your github Profile Link"],
```
#### Step 6: Add your files.
```sh
git add -A
```

#### Step 6: Commit your changes.
```sh
git commit -m "added my info"
```
#### Step 7: Push to your fork
```sh
git push origin add-my-info
```
and submit a pull request.
#### Step 8: wait for your pull request to be reviewed and merged.
---

## Contributors 😍

#### Thanks goes to these wonderful people



Made with [contributors-img](https://contributors-img.web.app).