- Make sure you are on a personal computer
- Fork this repository by clicking on the fork button
- Checkout (I.e Change your branch) to submissions branch
- Refresh then go to the scripts directory and:
- create a new file in a server-side scripting language of your choice (i.e. PHP, Python or Javasript) a statement to return
Hello World, this is [full name] with HNGi7 ID [ID] using [language] for stage 2 task
- with naming format “yourhngid.language” e.g hng0001.php, hng001.py, hng001.js
- create a new file in a server-side scripting language of your choice (i.e. PHP, Python or Javasript) a statement to return
- Replace:
- [full name] with your actual fullname,
- [id] with your actual HNG-ID found on your HNGBoard and
- [language] with the programming language you used.
- Add your commit message to the bottom (short description of what you did)
- Then create a pull request and type the title of the merge and a description of what you did. Make sure to change the branch to 'submission'.