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.
- Hrushikesh Kachgunde - @Hrushi11
- Shriraj Pawar - @shrirajpawar4
- Parth Ashtikar - @parthhh-a
- Aditya Bijapurkar - @aditya-bijapurkar
- Amoksh Layane - @amoksh9191
- Pratik Pawar - @Pratik-Pawar-88
- Aniruddha Kulkarni - @ani3006
- Ajinkya Ganesh Kumbhar - @ajinkyak423
- Biradar Sukanya- @sukanya7777
- Aditya Nikam - Aditya17103
- Anas Nadaf - @anasnadaf
- Aniket singh - aniket9763
You should be a student at DYPIEMR and in Artificial Intelligence and Data Science branch.
-
On the GitHub page for this repository, click on the Button "Fork".
-
Clone your forked repository to your computer:
For example, run this command inside your terminal:
git clone https://github.com/<your-github-username>/DYPIEMR_AIDS_PROJ.git
Replace <your-github-username>!
-
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.
-
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>)
-
Add the changes with
git add
,git commit
:git add README.md git commit -m "Add <your-github-username>"
Replace <your-github-username>!
-
Push your changes to your repository:
git push origin master
-
Go to the GitHub page of your fork, and make a pull request:
-
Then, wait for your pull request to be accepted or, acknowledge in the group to get instant feedback.