Skip to content

Latest commit

 

History

History
96 lines (70 loc) · 4.16 KB

README.md

File metadata and controls

96 lines (70 loc) · 4.16 KB

DYPIEMR

This repo is for students of Dr. DY Patil Institute of Engineering Management and Research, Akurdi, Pune. This repo will contain all the projects done by the students.

To contribute to this repo you must be in Artificial Intelligence and Data Science branch. Alt Text

List of Contributors :

  1. Hrushikesh Kachgunde - @Hrushi11
  2. Shriraj Pawar - @shrirajpawar4
  3. Parth Ashtikar - @parthhh-a
  4. Aditya Bijapurkar - @aditya-bijapurkar
  5. Amoksh Layane - @amoksh9191
  6. Pratik Pawar - @Pratik-Pawar-88
  7. Aniruddha Kulkarni - @ani3006
  8. Ajinkya Ganesh Kumbhar - @ajinkyak423
  9. Biradar Sukanya- @sukanya7777
  10. Aditya Nikam - @Aditya17103
  11. Anas Nadaf - @anasnadaf
  12. Aditya Tiwari - @addy-star
  13. Aniket singh - @aniket9763
  14. Shubham Kambale - @Shuboy742
  15. Shreya Dhumal - @shreya833
  16. Dev Dave - @devdave2002
  17. Sanjana Kolambe - @ksanjana16
  18. Krushna Somwanshi - @krushna19
  19. Piyush Bhagat - @piyushbhagat03
  20. Pranjal Chaudhari - @PRANJAL2903
  21. Suvam Kumar Verma - @vksuvam
  22. Prajwal Kulkarni - @Prajwal-16
  23. Sarvdnya Dhamale - @Spd225
  24. Aishwarya Patil - @Aishwarya-102
  25. Zaid Maniyar - @zmaniyar
  26. Sakshi Shinde - @sakshi0044
  27. Sunny Kumar - @unnumsykar
  28. Anup Muttha - @Anupbhau652
  29. Rohan Shirsat - @rohanshirsat31
  30. AMANPREET SINGH MEHTA - @amanpreet-5045

Steps to follow to contribute to this repository

You should be a student at DYPIEMR and in Artificial Intelligence and Data Science branch.

  1. On the GitHub page for this repository, click on the Button "Fork".

    fork image

  2. Clone your forked repository to your computer:

    code ui

    For example, run this command inside your terminal:

    git clone https://github.com/<your-github-username>/DYPIEMR_AIDS_PROJ.git

    Replace <your-github-username>!

  3. Before you make any changes,

    git remote add upstream https://github.com/Hrushi11/DYPIEMR_AIDS_PROJ.git
    git pull upstream master

    If you run into a merge conflict, get yourself helped in the group.

  4. On your computer, open your text editor, and add your name to the README.md file.
    The basic way to add yourself as contributor is :

    <serial_no.> <Name> - [<your_username>](<link_to_your_user_profile>)

  5. Add the changes with git add, git commit:

    git add README.md
    git commit -m "Add <your-github-username>"

    Replace <your-github-username>!

  6. Push your changes to your repository:

    git push origin master
  7. Go to the GitHub page of your fork, and make a pull request:

    pull request image

  8. Then, wait for your pull request to be accepted or, acknowledge in the group to get instant feedback.

PLEASE DON'T CHANGE ANY OTHER THINGS, IF DONE, YOUR PR WILL NOT BE ACCEPTED.