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.
- Host: GitHub
- URL: https://github.com/masterbrian99/hacktoberfest-2k20
- Owner: MasterBrian99
- Created: 2020-10-10T12:17:48.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-20T11:09:40.000Z (almost 5 years ago)
- Last Synced: 2025-04-22T21:13:28.262Z (6 months ago)
- Topics: beginner, beginner-code, beginner-friendly, css, hacktoberfest, hacktoberfest-2020, hacktoberfest2020, html, pick, plant, star, tree, website
- Language: JavaScript
- Homepage: https://hacktoberfest2k20.netlify.app/
- Size: 4.54 MB
- Stars: 7
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HacktoberFest 2020
## Support open source and pick a limited edition T-shirt or plant a tree.

### 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.
#### Step 2: Fork this repository.
#### 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).