Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 607 Bytes

contributing.md

File metadata and controls

21 lines (21 loc) · 607 Bytes

Contributing Guidelines

  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 content in a folder
    i. Add content in their respective 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.