Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

With extreme regret I do have to announce that the reviewers of the HACKTOBERFEST community have excluded my repo from the HACKTOBERFEST 2022. It was nice collaborating with you guys and a sincere apology.

Notifications You must be signed in to change notification settings

Izroth404/Hacktoberfest2022

Repository files navigation

WARNING!!

Please Keep the repo clean. Code only in the designated folder or create your own folder if you wish.

HAPPY CODING.

Hacktoberfest 2022

Getting Started

  1. Fork this repo.
  2. Clone the repo
git clone <YOUR_FORKED_REPO_URL>
  1. CD into the specific directory. Create a new branch of the master
git branch <NEW_BRANCH_NAME>
  1. You can check which branch you are in using
git branch

Now checkout to the new branch created.

git checkout <BRANCH_NAME>
  1. Stage the changes by using the command
git add
  1. Commit the changes made by you using the command
git commit -m "<YOUR_MESSAGE>"

Give an appropriate message explaining the changes you made.

  1. Push the changes using
git push --set-upstream origin <branch-name>
  1. After you push the changes head over to the forked repo and a
Compare & pull request

button will appear.

  1. Click on that button and you will be taken to a page where you can create a pull request. After you have submitted the PR, we will review your work and approve the PR and merge it with the master branch.

About

With extreme regret I do have to announce that the reviewers of the HACKTOBERFEST community have excluded my repo from the HACKTOBERFEST 2022. It was nice collaborating with you guys and a sincere apology.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published