- Clone the repository
git clone https://github.com/CoUCSE/Question-Bank.git
- Open repository
- Open Assets folder
- Find a folder (according to course name) or create a new one which course you want to keep there and open it
- Find a folder (according to session) or create a new one and open it (E.g algo17-18 or only 2014-2015). But try to keep same format in that folder.
- Paste here your file/s (E.g pdf or image/s)
- Open readme.md file.
- Add new row in the index table Please follow format and main lexical order
- Add all changes to your git
git add .
- Commit your changes
git commit -m"write commit messeage"
- Push your commit to remote repository
git push