zuri-redesign
Zuri Landing Page Design
=======
How to contribute
Step 1: Click on Fork at the top right corner
Step 2: Clone your forked repository
Step 3: cd into the cloned folder with cd zuri-redesign
Step 4: Run git remote add upstream https://github.com/prezine/zuri-redesign.git
Step 5: After making changes to the code. git add .
Step 6: Run git commit -m"your commit message"
Step 7: Ensure you update your repo with the remote to avoid conflict, to update your repo with the remote, run git pull upstream main
Step 8: Run git commit -m"your commit message"
Step 9: Run git push origin main
Step 10: Go to your repo and make a PR to the main branch of the remote repo.