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
- Host: GitHub
- URL: https://github.com/khattakdev/hacktoberfest
- Owner: khattakdev
- Created: 2021-10-15T05:27:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T16:18:57.000Z (about 2 years ago)
- Last Synced: 2025-10-03T12:53:00.744Z (8 months ago)
- Topics: hacktoberfest, hacktoberfest2021
- Language: JavaScript
- Homepage: https://condescending-fermat-a8119a.netlify.app/
- Size: 3.63 MB
- Stars: 7
- Watchers: 1
- Forks: 29
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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 🎉