Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.26 KB

readme.md

File metadata and controls

38 lines (30 loc) · 1.26 KB

DDU logo

Dharmsinh Desai University | MCA | 2022-2024

Getting Started

  • Fork this repository (Click the Fork button, top right of this page)
  • Clone your fork down to your local machine
git clone https://github.com/your-username/repo-name.git
  • Create a branch for a new feature
git checkout -b feature/branch-name
  • Make your changes (adding material)
  • Commit and Push
git add .
git commit -m 'commit message'
git push origin branch-name
  • Create a New Pull Request from your forked repository ( Click the 'New Pull Request' Button located at the top of your repo)
  • Wait for your PR review and merge approval!

Contributing Guidelines

Pull Requests

Only Pull Requests matching the naming-conventions (Folders and Files) will be merged!

Spam Users

Users who spam this Repo with PRs/Issues that does not align the Contribution Guidelines will be blocked.

Last Commit

Contributors

contributors

Thank You!