- Do NOT remove other content.
- Try to keep pull requests small to minimize merge conflicts.
- Don't push
Yarn.lock
andPackage-lock.json
in your commit.
-
Fork this repo (button on top).
-
Clone on your local machine.
git clone https://github.com/fineanmol/Annoying-submit-button.git
-
Navigate to the project directory.
cd Annoying-submit-button
-
Add a new remote branch
git remote add develop https://github.com/{YOUR_USERNAME}/Annoying-submit-button
-
Create a new branch
git checkout -b new-branch
-
Add all the changes that you have made
git add .
-
Commit your changes
git commit -m "{Message}"
-
Then push
git push devolp new-branch
-
Create a new pull request from your forked repository by clicking New-Pull-Request.