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

https://github.com/khattakdev/hacktoberfest

Make your first contribution here
https://github.com/khattakdev/hacktoberfest

hacktoberfest hacktoberfest2021

Last synced: 8 months ago
JSON representation

Make your first contribution here

Awesome Lists containing this project

README

          

## Hacktoberfest

This repository is your gate way to open source contribution. You can open a Pull request for **Hacktoberfest 2021** by following the instructions.

### Fork

The very first thing is to fork this repository. You can't make direct changes to this repository until unless I give you permissions.

### Clone the repository

To clone this repository, execute the following line

```
https://github.com/{username}/hacktoberfest.git
```

Make sure to replace the `username` with your GitHub Handle.

### Code Changes

Once you're done with the cloning, open the repository locally.Checkout to a new branch (`github checkout -b "arsalan"`). Open `pages/contributors.json` file, which looks something like this:

```json
[
{
"id": "1",
"name": "Arsalan Khattak",
"title": "Developer Advocate",
"picture": "/faces/khattakdev.jpg",
"facebook": "https://www.facebook.com/khattakdev/",
"linkedin": "https://www.linkedin.com/in/khattakdev/",
"github": "https://github.com/khattakdev",
"twitter": "https://twitter.com/khattakdev"
}
]
```

Copy the following snippet and add your information to the end of the file.

```json
{
"id": "",
"name": "",
"title": "",
"picture": "",
"facebook": "",
"linkedin": "",
"github": "",
"twitter": ""
}
```

Also make sure to add your picture to `public/faces`

## Pull Request

Next is to push the code (replace `arsalan` with the branch name)

```
git push origin arsalan
```

Once you push the code, simple go to your remote repository and open a pull request.

## Show your support

Give a ⭐️ and follow [@khattakdev](https://github.com/khattakdev) if this project helped you!

That's it 🎉