Skip to content

techknightsrtu/Web-development-Hacktoberfest-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-development-Hacktoberfest

Steps to contribute ⚡

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