HNGi7 Task 2 (By: Team-Fierce)
- Fork this repository
- Clone the forked repo to your computer
- Add your script to the scripts folder (Please follow the naming convention earlier stated - {username-HNG-ID.ext” ---- ( where “.ext” is your file extension .js/.py/.php ) So for example, mine will be tomiwaajayi-HNG-00020.js / tomiwaajayi-HNG-00020.php / tomiwaajayi-HNG-00020.py, all depending on my script extension}
- After you have added your script file to the scripts folder, run the following in gitbash or teminal
- git checkout -b HNG-ID (e.g
git checkout -b HNG-00020
) git add .
- git commit -m "username-HNG-ID script" (e.g
git commit -m "tomiwaajayi-HNG-00020 script"
) - git push origin HNG-ID (e.g
git push origin HNG-00020)
- git checkout -b HNG-ID (e.g
- Create a pull request straight to this repository
NB: In your forked repo, don't merge your newly created branch into develop i.e you will be creating a PR with your new branch (which contains your script) ahead of your develop branch