Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

29 lines (25 loc) · 1.07 KB

Guuidelines for Contributions

Welcome to the FIFA WORLD CUP 2022 Repository. This repo is open for contributions to all.

How to conribute in this Repo:

  • First of all , if you are contributing first time in this repo , you need to fill out this Google form.
  • Next, choose an issue of your convenience.
  • while taking an issue, you should follow issue_template
  • After got assign, start working on your issue.

PR CREATIONS:

  • Fork this repo and clone the forked repo to your local machine using Git Bash.
git clone https://github.com/Nirvik07/FIFA_WORLD_CUP_2022.git
  • Create a branch
git checkout - b <branch-name>
  • make your changes and commit the changes
git add .
git commit -m '<Commit message>'
git push origin <branch-name>
  • Create a PR from your forked repository.
  • Wait for the Maintainer to merge.
  • Star this repo, if you like this and have fun in contributing this repo.