Skip to content

elcozy/HNGi7-task-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

HNGi7-task-2

HNGi7 Task 2 (By: Team-Fierce)

HOW TO ADD YOUR SCRIPTS TO THIS REPO

  1. Fork this repository

  2. Clone the forked repo to your computer

  3. 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}

  4. 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)

  5. 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

About

HNGi7 Task 2 (By: Team-Fierce)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.8%
  • Python 21.6%
  • PHP 14.6%