Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #17 #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
142 changes: 89 additions & 53 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Hacktoberfest-2022
# Hacktoberfest-2022
![Js6MwqKb](https://user-images.githubusercontent.com/72176692/197789089-ee8c0f33-af22-441b-a2f6-b7b24b6b198c.jpg)

Checkout this Project as well Annoying Button😡 , It's hacktoberfest github https://github.com/intrinsi/Hacktoberfest2022

Expand All @@ -11,7 +12,7 @@ P.S. Star ⭐ and Share this repository, if you had fun!! 😍

Hacktoberfest 2022 Event Completed

📌 Videos 📽️:
## 📌 Videos 📽️:
Hacktoberfest Intro
How to pull request [Overview]
Merge Conflict / comment
Expand All @@ -21,69 +22,104 @@ Do NOT add any build steps e.g npm install (we want to keep this a simple static
Do NOT remove other content.
Styling/code can be pretty, ugly or stupid, big or small as long as it works
Try to keep pull requests small to minimize merge conflicts
Getting Started 🤩🤗:
Fork this repo (button on top)
Clone on your local machine
git clone
Navigate to project directory.
cd Hacktoberfest2022
Create a new Branch
git checkout -b my-new-branch
git add .
Commit your changes.
git commit -m "Relevant message"
Then push
git push origin my-new-branch
Create a new pull request from your forked repository

Avoid Conflicts {Syncing your fork}
An easy way to avoid conflicts is to add an 'upstream' for your git repo, as other PR's may be merged while you're working on your branch/fork.
## Getting Started 🤩🤗:

git remote add upstream https://github.com/intrinsi/Hacktoberfest2022
You can verify that the new remote has been added by typing

git remote -v
To pull any new changes from your parent repo simply run
## Contributing

git merge upstream/master
This will give you any eventual conflicts and allow you to easily solve them in your repo. It's a good idea to use it frequently in between your own commits to make sure that your repo is up to date with its parent.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

For more information on syncing forks read this article from Github.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

Swags of Hacktoberfest:
Many of the candidates get attracted towards hacktoberfest to get swags . So, after 4 successfully merged pull request as for 2021 you will be eligible to get a Hacktoberfest T-shirt and Some stickers on your doorstep.
### Steps for contribution

tshirt image

stickers image


FAQs (Frequently Asked Questions)
Who all can contribute?
#### `STEP 1` : Fork [this](https://github.com/intrinsi/Hacktoberfest2022) repository.

#### `STEP 2` : Clone your forked copy of the project.
```
git clone https://github.com/<your_username>/Hacktoberfest2022.git
```
#### `STEP 3` : Navigate to the project directory .
```
cd Hacktoberfest2022
```
#### `STEP 4` : Add a reference (remote) to the original repository.
```
git remote add upstream https://github.com/intrinsi/Hacktoberfest2022
```
#### `STEP 5` : Check the remotes for this repository.
```
git remote -v
```
#### `STEP 6` : Always take a pull from the upstream repository to your master branch to keep it at par with the main project (updated repository).
```
git pull upstream master
```
#### `STEP 7` : Create a new branch.
```
git checkout -b <your_branch_name>
```
#### `STEP 8` : Perform your desired changes to the code base.
#### `STEP 9` : Track your changes .
```
git add .
```
#### `STEP 10` : Commit your changes .
```
git commit -m "Relevant message"
```
#### `STEP 11` : Push the committed changes in your feature branch to your remote repo.
```
git push -u origin <your_branch_name>
```
#### `STEP 12` : To create a pull request, click on `compare and pull requests`. Please ensure you compare your feature branch to the desired branch of the repository you are supposed to make a PR to.
#### `STEP 13` : Add appropriate title and description to your pull request explaining your changes and efforts done.
#### `STEP 14` : Click on `Create Pull Request`.
#### Voila! You have made a PR to the Hacktoberfest2022. Sit back patiently and relax while your PR is reviewed
---

## Swags of Hacktoberfest:
Many of the candidates get attracted towards hacktoberfest to get swags .
So, after 4 successfully merged pull request as for 2021 you will be eligible to get a Hacktoberfest T-shirt and Some stickers on your doorstep.

![j8vidwphhtrmwca2pmqj](https://user-images.githubusercontent.com/72176692/197789466-6b9324d4-b011-49d6-8e85-69b44d70d6bf.jpg)


## FAQs (Frequently Asked Questions)
### Who all can contribute?
```
Anyone with a github account and who is signed up for hacktoberfest :)
Are you getting paid for this?

```
### Are you getting paid for this?
```
Sadly no. But we think we should. This is 100% unofficial and we do it for fun, fame and glory.
Who are you and why are you doing this?

```
### Who are you and why are you doing this?
```
We are two programmers from India Anmol and Ritesh. We are doing this because we love Open Source and Hacktoberfest. We want to make it easier for people to get started with Hacktoberfest and Open Source.
Why are you not using digitalocean?

```
### Why are you not using digitalocean?
```
Because we only know JavaScript and suck at servers. We use now instead.
Should I come closer to the text saying 'Don't come closer' on the left side of the home tab ?

```
### Should I come closer to the text saying 'Don't come closer' on the left side of the home tab ?
```
Nope.
How many pull request (PR) must be made, if I want to get an awesome tshirt from Hacktoberfest 2022?

```
### How many pull request (PR) must be made, if I want to get an awesome tshirt from Hacktoberfest 2022?
```
4
How do I track my progress to get an awesome shirt from Hacktoberfest 2022?

```
### How do I track my progress to get an awesome shirt from Hacktoberfest 2022?
```
go to :. (Check Out Your Own Stats at Right Top)
What is the duration of Hacktoberfest 2022?

```
### What is the duration of Hacktoberfest 2022?
```
It is from 1st october to 31st october 2022...
What is the event for?

```
### What is the event for?
```
For the open source community engagement
We will do our best to merge as much as possible from everyone. However, time is limited and the merge conflicts are horrible 😲 <3
```
## We will do our best to merge as much as possible from everyone. However, time is limited and the merge conflicts are horrible 😲 <3