- Fork and clone the repository.
git clone https://github.com/DSCRtu/RTU-DigitalLibrary.git
cd RTU-DigitalLibrary
- Make a branch
git checkout -b (branch-name)
- Add your content in a folder
i. Add content in their respective folder
ii. Save your file.
- Commit your change
git add .
git commit -m "(brief description of what you have changed/fixed)"
git push -u origin (branch name)
- Go and open a pull request from your fork to the master branch of this repository. 🎉
- Please ⭐ (star) this repo to make it more visible to new contributors.