Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 603 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 603 Bytes

Welcome to the contributions of React portfolio

We follow a systematic Git Workflow -

  • Create a fork of this repo.
  • Clone your fork of your repo on your pc.
  • Add Upstream to your clone
  • Every change that you do, it has to be on a branch. Commits on master would directly be closed.
  • Make sure that before you create a new branch for new changes,syncing with upstream is neccesary.