methminug / student-sorter-fn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

student-sorter-fn

Contribution Guide

  1. Fork the repository
  2. Clone the repository

ngit clone https://github.com/<YOUR_USERNAME>/sliitfoss.git

  1. Create Feature branch and checkout Replace <BRANCH_NAME> with meaningful name. For an example navbar. See the guide for the more details Link Link

git checkout -b feature/<BRANCH_NAME>

  1. Do your modifications
  2. Stage Changes and commit

git add . git commit -m " "

  1. Push Changes

git push --set-upstream origin feature/<BRANCH_NAME>

  1. Make a Pull Request. See the guide for more details Link Link

About

License:GNU General Public License v3.0


Languages

Language:TypeScript 48.4%Language:HTML 31.7%Language:CSS 16.9%Language:JavaScript 2.9%