Web-development-Hacktoberfest Steps to contribute ⚡ 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 contribution/project i. Add your contribution in a seperate 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 ⭐ this repo to make it more visible to new contributors.