RoboticsClubIITJ / ML-DL-implementation

An implementation of ML and DL algorithms from scratch in python using nothing but NumPy and Matplotlib.
BSD 3-Clause "New" or "Revised" License
48 stars 69 forks source link

Add contributing.md file #84

Closed KerinPithawala closed 3 years ago

KerinPithawala commented 3 years ago

I think it is important to have contributing guidelines so that an open-source contributor know how to contribute properly. Can I work on this?

agrawalshubham01 commented 3 years ago

@Kerveyfelix , I believe that it would be great idea. I would suggest instead of typing names and email id manually we could write a python script that could read from git, the users which have contributed i.e using mailmap and gitpython.

KerinPithawala commented 3 years ago

That's a great idea, I will see if I can build a python script for the same.

tusharnankani commented 3 years ago

We could use the all-contributors bot to do the same.